feat : Add Structured data schema support for Issue #98

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-11-01 15:36:24 +00:00
parent 7cdd07ccb1
commit f3100389c9
2 changed files with 70 additions and 0 deletions

View File

@ -9,6 +9,7 @@
{{ $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 "structure-extra.html" . -}}
{{- partial "webschema.html" . -}}
<title>{{.Title}}</title>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Title | safeHTML }}