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:
layouts/partials
@ -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>
|
||||
|
Reference in New Issue
Block a user