diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dd73659a..dd04aff3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
# "[skip ci]" also causes Netlify to skip, so these are automatically in harmony
# https://docs.netlify.com/site-deploys/manage-deploys/#skip-a-deploy
if: "!contains(github.event.head_commit.message, '[skip ci]')"
- timeout-minutes: 10
+ timeout-minutes: 20
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
diff --git a/layouts/index.webmanifest b/layouts/index.webmanifest
index ec01200b..39d56412 100644
--- a/layouts/index.webmanifest
+++ b/layouts/index.webmanifest
@@ -1,16 +1,14 @@
-{{- $android512 := resources.Get "img/android-chrome-512x512.png" -}}
-{{- $android192 := resources.Get "img/android-chrome-192x192.png" -}}
{
"name": "{{ .Site.Title }}",
"short_name": "{{ (urls.Parse .Site.BaseURL).Host }}",
"icons": [
{
- "src": "{{ $android512.Permalink | safeJS }}",
+ "src": "{{ (resources.Get "img/android-chrome-512x512.png").Permalink | safeJS }}",
"sizes": "512x512",
"type": "image/png"
},
{
- "src": "{{ $android192.Permalink | safeJS }}",
+ "src": "{{ (resources.Get "img/android-chrome-192x192.png").Permalink | safeJS }}",
"sizes": "192x192",
"type": "image/png"
}
diff --git a/layouts/partials/amp/foot.html b/layouts/partials/amp/foot.html
index 07e24eec..f4457027 100644
--- a/layouts/partials/amp/foot.html
+++ b/layouts/partials/amp/foot.html
@@ -6,7 +6,7 @@
{{ if eq hugo.Environment "production" }}
-
+
{{ end }}