Rename author-metadata.html to author_meta_tags.html

This commit is contained in:
BBaoVanC 2021-11-22 01:04:45 -06:00
parent a11cc777bf
commit b745f87462
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 10 additions and 1 deletions

View File

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

View File

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