From d9611790b73a4b4623c2516e3dbf5e3523761f53 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 19 May 2022 01:44:38 +0200 Subject: Add webmanifest --- layouts/_default/home.json.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default/home.json.json') 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}} -- cgit v1.2.3