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",
"name": {{ .Params.author }},
"url": {{ (ref . .Params.authorLink) | default (ref . .Site.Params.author.about) }}
}
},
{{ else }}
"author":{
"@type": "Person",
"name": {{ site.Params.author.name }},
"url": {{ ref . .Site.Params.author.about }}
}
},
{{ end -}}
"mainEntityOfPage": {
"@type": "WebPage",