Fix meta description (found by Google Lighthouse)

This commit is contained in:
BBaoVanC 2021-10-08 20:32:49 -05:00
parent b9fd054f37
commit 4e0c77d8a3
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 0 deletions

View File

@ -25,4 +25,6 @@
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
{{ template "_internal/schema.html" . }}
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
</head>