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",
|
||||
"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",
|
||||
|
Reference in New Issue
Block a user