From df3503f7945f561383dad818960a3df3b35c0daf Mon Sep 17 00:00:00 2001 From: vimux Date: Tue, 27 Aug 2019 01:11:34 -0400 Subject: [PATCH] Update Web App Manifest: fix line breaks --- layouts/index.manifest.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/layouts/index.manifest.json b/layouts/index.manifest.json index be3ccd0..ba519f2 100644 --- a/layouts/index.manifest.json +++ b/layouts/index.manifest.json @@ -4,10 +4,18 @@ "display": "{{ .Site.Params.Manifest.display | default "browser" }}", "background_color": "{{ .Site.Params.Manifest.backgroundColor | default "#2a2a2a" }}", "theme_color": "{{ .Site.Params.Manifest.themeColor | default "#1b1b1b" }}", - {{- with .Site.Params.Manifest.description }}"description": "{{ . }}",{{ end }} - {{- with .Site.Params.Manifest.orientation }}"orientation": "{{ . }}",{{ end }} - {{- with .Site.Params.Manifest.startUrl }}"start_url": "{{ . }}",{{ end }} - {{- with .Site.Params.Manifest.scope }}"scope": "{{ . }}",{{ end }} + {{- with .Site.Params.Manifest.description }} + "description": "{{ . }}", + {{- end }} + {{- with .Site.Params.Manifest.orientation }} + "orientation": "{{ . }}", + {{- end }} + {{- with .Site.Params.Manifest.startUrl }} + "start_url": "{{ . }}", + {{- end }} + {{- with .Site.Params.Manifest.scope }} + "scope": "{{ . }}", + {{- end }} "icons": [ { "src": "icons/192.png",