summaryrefslogtreecommitdiffstats
path: root/layouts/_default/home.json.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-19 01:44:38 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-19 01:44:38 +0200
commitd9611790b73a4b4623c2516e3dbf5e3523761f53 (patch)
tree2546abe710e3117e3e307358832932334cd674c8 /layouts/_default/home.json.json
parentbd4bb369895e07ca6b4eed1439e8ca7a93ba4802 (diff)
downloadgohugo-theme-ed-d9611790b73a4b4623c2516e3dbf5e3523761f53.tar.gz
Add webmanifest
Diffstat (limited to 'layouts/_default/home.json.json')
-rw-r--r--layouts/_default/home.json.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/home.json.json b/layouts/_default/home.json.json
index a86e88d..6df1514 100644
--- a/layouts/_default/home.json.json
+++ b/layouts/_default/home.json.json
@@ -1,6 +1,6 @@
{
"version": "https://jsonfeed.org/version/1.1",
- "title": {{ (printf "%s JSON Feed" site.Title) | jsonify }},
+ "title": {{ (printf "%s JSON Feed" site.Title) | htmlUnescape | jsonify }},
"home_page_url": {{ site.BaseURL | absURL | jsonify }},
{{ with .OutputFormats.Get "JSON" }}"feed_url": {{.Permalink | absURL | jsonify }},{{ end }}
{{ with site.Params.description}}"description": {{site.Params.description | jsonify}},{{end}}