From f35d4b1858d5a40d09902fc5adfb290d72b0b0ce Mon Sep 17 00:00:00 2001 From: Nobuto Murata Date: Wed, 6 Jan 2021 04:24:46 +0900 Subject: [PATCH] feat: enable site admin to disable WebAppManifest (#2056) --- wowchemy/layouts/partials/site_head.html | 3 +++ wowchemy/layouts/slides/baseof.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/wowchemy/layouts/partials/site_head.html b/wowchemy/layouts/partials/site_head.html index 85468b96..b0838bbf 100644 --- a/wowchemy/layouts/partials/site_head.html +++ b/wowchemy/layouts/partials/site_head.html @@ -174,7 +174,10 @@ {{ end }} + {{ if site.Home.OutputFormats.Get "WebAppManifest" }} + {{ end }} + diff --git a/wowchemy/layouts/slides/baseof.html b/wowchemy/layouts/slides/baseof.html index 7391b197..239fc4a5 100644 --- a/wowchemy/layouts/slides/baseof.html +++ b/wowchemy/layouts/slides/baseof.html @@ -12,7 +12,10 @@ + {{ if site.Home.OutputFormats.Get "WebAppManifest" }} + {{ end }} +