mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 17:57:28 -05:00
Rename author-metadata.html to author_meta_tags.html
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
{{ partial "twitter_cards.html" . }}
|
||||
{{ partial "schema.html" . }}
|
||||
{{ partial "link_tags.html" . }}
|
||||
{{ partial "author-metadata.html" . }}
|
||||
{{ partial "author_meta_tags.html" . }}
|
||||
|
||||
<meta name="language" content="{{ .Language.Lang }}">
|
||||
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage }}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
|
||||
|
Reference in New Issue
Block a user