summaryrefslogtreecommitdiffstats
path: root/layouts/_default/home.manifest.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/home.manifest.webmanifest')
-rw-r--r--layouts/_default/home.manifest.webmanifest4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/home.manifest.webmanifest b/layouts/_default/home.manifest.webmanifest
index 25ee27c..5ab7279 100644
--- a/layouts/_default/home.manifest.webmanifest
+++ b/layouts/_default/home.manifest.webmanifest
@@ -1,5 +1,5 @@
{
- "$schema": "https://json.schemastore.org/web-manifest-combined.json",
+ "$schema": "https://json.schemastore.org/web-manifest",
"name": {{ site.Title | htmlUnescape | jsonify }},
{{ with site.Params.tagline }}"short_name": {{ . | htmlUnescape | jsonify }},{{ end }}
{{ with site.Params.description }}"description": {{ . | htmlUnescape | jsonify }},{{ end }}
@@ -9,7 +9,7 @@
"display": "fullscreen",
"orientation": "natural",
"shortcuts": [ {{ range $index, $m := site.Menus.main }} {{ if or (lt .Weight 900) site.IsServer }}
- {{ if $index }}, {{ end }}
+ {{- if $index }},{{ end }}
{
"name": {{ $m.Name | jsonify }},
"short_name" : {{ $m.Identifier | jsonify }},