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

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