feat : Typo fix 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:42:11 +00:00
parent f3100389c9
commit 08f71a29eb

View File

@ -43,13 +43,13 @@
"@type": "Person", "@type": "Person",
"name": {{ .Params.author }}, "name": {{ .Params.author }},
"url": {{ (ref . .Params.authorLink) | default (ref . .Site.Params.author.about) }} "url": {{ (ref . .Params.authorLink) | default (ref . .Site.Params.author.about) }}
} },
{{ else }} {{ else }}
"author":{ "author":{
"@type": "Person", "@type": "Person",
"name": {{ site.Params.author.name }}, "name": {{ site.Params.author.name }},
"url": {{ ref . .Site.Params.author.about }} "url": {{ ref . .Site.Params.author.about }}
} },
{{ end -}} {{ end -}}
"mainEntityOfPage": { "mainEntityOfPage": {
"@type": "WebPage", "@type": "WebPage",