Skip to content

Commit

Permalink
Fix wikidata template
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Jan 3, 2025
1 parent c6b2cab commit 24935ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/schema.org/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"name": {{ .Title }},
"datePublished": {{ .Date }}
{{- with .Description -}}
,"description": .
,"description": {{ . }}
{{- end -}}
{{- if ne $authorName "" -}}
,"author": {
Expand Down

0 comments on commit 24935ca

Please sign in to comment.