summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/partials/templates/schema_json.html
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-10-08 20:15:46 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-10-08 20:15:46 +0200
commit7114391230df7a6dbca73b4994ede889a6dd39e8 (patch)
tree109f877b96beb3e155dbee5c1f01812c07d38c7b /themes/PaperMod/layouts/partials/templates/schema_json.html
parent951f894d560d33f8a994c183e71130cc3e47fefe (diff)
sync theme
Diffstat (limited to 'themes/PaperMod/layouts/partials/templates/schema_json.html')
-rw-r--r--themes/PaperMod/layouts/partials/templates/schema_json.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/PaperMod/layouts/partials/templates/schema_json.html b/themes/PaperMod/layouts/partials/templates/schema_json.html
index 74abbb5..435cba5 100644
--- a/themes/PaperMod/layouts/partials/templates/schema_json.html
+++ b/themes/PaperMod/layouts/partials/templates/schema_json.html
@@ -11,7 +11,7 @@
{{- if site.Params.schema.sameAs }}
{{ range $i, $e := site.Params.schema.sameAs }}{{ if $i }}, {{ end }}{{ trim $e " " }}{{ end }}
{{- else}}
- {{ range $i, $e := site.Params.SocialIcons }}{{ if $i }}, {{ end }}{{ trim $e.url " " }}{{ end }}
+ {{ range $i, $e := site.Params.SocialIcons }}{{ if $i }}, {{ end }}{{ trim $e.url " " | safeURL }}{{ end }}
{{- end}}
]
}