mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-08-14 03:22:27 +02:00
json-schema: add @id element
This commit is contained in:
@@ -48,7 +48,8 @@
|
||||
"name": {{ .Params.author | default .Site.Params.author }}
|
||||
},
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage"
|
||||
"@type": "WebPage",
|
||||
"@id": {{ .Permalink | safeHTML }}
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "{{- ( .Site.Params.schema.publisherType | default "Organization") | humanize -}}",
|
||||
|
Reference in New Issue
Block a user