diff --git a/layouts/partials/header.html b/layouts/partials/header.html index b26090b..ea1faf6 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -13,6 +13,7 @@ + {{ template "_internal/google_analytics_async.html" . }} diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..304f337 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,16 @@ +{ + "background_color": "#2a2a2a", + "theme_color": "#1b1b1b", + "icons": [ + { + "src": "icons/192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +}