Minor Updates

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-08-15 16:07:32 +00:00
parent 5d7becd0ee
commit 3d8790e329
3 changed files with 8 additions and 2 deletions

View File

@ -8,7 +8,7 @@
{{- partial "site-meta.html" . -}}
{{ $author := (.Params.author | default .Site.Params.author.name) -}}<meta name="author" content="{{ $author }}">
{{- with .Page.Params.description | default .Site.Params.description -}}<meta name="description" content="{{.}}">{{- end -}}
{{- partial "structured-data.html" . -}}
{{- partial "structure-extra.html" . -}}
<title>{{.Title}}</title>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Title | safeHTML }}