summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/partials/templates/schema_json.html
diff options
context:
space:
mode:
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}}
]
}