Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head/seo.html')
-rw-r--r--layouts/partials/head/seo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head/seo.html b/layouts/partials/head/seo.html
index 72f05b7..214958a 100644
--- a/layouts/partials/head/seo.html
+++ b/layouts/partials/head/seo.html
@@ -88,7 +88,7 @@
{{- with $params.seo.publisher -}}
"publisher": {
"@type": "Organization",
- "name": "{{ .name }}",
+ "name": {{ .name | safeHTML }},
"logo": {
"@type": "ImageObject",
"url": "{{ .logo.url | absURL }}",