1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-21 04:47:29 -05:00

Add meta tags for author, and don't allow old author param

This commit is contained in:
2021-10-27 19:51:46 -05:00
parent fe4d0979d6
commit 168c9d93ad
3 changed files with 12 additions and 11 deletions

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