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

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/schema.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html
index 6696200..4f82f28 100644
--- a/layouts/partials/schema.html
+++ b/layouts/partials/schema.html
@@ -3,7 +3,7 @@
{
"@context": "http://schema.org",
"@type": "WebSite",
- "name": "{{ .Site.Title }}",
+ "name": {{ .Site.Title | jsonify | safeJS }},
"url": "{{ .Site.BaseURL }}",
"description": "{{ .Site.Params.description }}",
"thumbnailUrl": "{{ .Site.Params.Logo | absURL }}",