From 24e6f13227ff6b90d3e940e7807350a4b44f1f25 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 21 Aug 2023 23:54:26 +0200 Subject: [PATCH] pwa --- config.toml | 6 ++++++ layouts/partials/head.html | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..ee5b3ce --- /dev/null +++ b/config.toml @@ -0,0 +1,6 @@ +title = "website name" +baseURL = '/' +languageCode = 'en-us' + +[params] +pwa = true diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 06103aa..100637b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,6 @@ - - - - + + + + +{{ if $.Site.Params.pwa }}{{ end }}