Skip to content

Commit

Permalink
feat : Typo fix Structured data schema support for Issue #98
Browse files Browse the repository at this point in the history
  • Loading branch information
1bl4z3r committed Nov 1, 2024
1 parent c88a2a5 commit ca018c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/webschema.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ca018c3

Please sign in to comment.