1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-25 14:47:30 -05:00

Rename author-metadata.html to author_meta_tags.html

This commit is contained in:
2021-11-22 01:04:45 -06:00
parent a11cc777bf
commit b745f87462
2 changed files with 10 additions and 1 deletions

@ -0,0 +1,9 @@
{{ with .Params.authors }}
<meta name="author" content="{{ delimit . ", " }}">
{{ range . }}
<meta property="article:author" content="{{ . }}">
{{ end }}
{{ end }}

@ -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 }}">