From f67141db536e72f2f6fa08c91998f2dcbf22398f Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 24 May 2022 22:42:45 +0200 Subject: Change web manifest schema --- layouts/_default/home.manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/_default') 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 }}, -- cgit v1.2.3