feat : Typo fix Structured data schema support for Issue #98
Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user