From 8591f7d4933dee4466ce9af73adc87c7072b7865 Mon Sep 17 00:00:00 2001 From: merobi-hub Date: Wed, 27 Mar 2024 15:14:24 -0400 Subject: [PATCH 1/2] Fix for google news error. Signed-off-by: merobi-hub --- landing-pages/site/layouts/index.html | 2 +- landing-pages/site/layouts/partials/navbar.html | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/landing-pages/site/layouts/index.html b/landing-pages/site/layouts/index.html index 4e41b4cd345..1d4617c62f7 100644 --- a/landing-pages/site/layouts/index.html +++ b/landing-pages/site/layouts/index.html @@ -77,7 +77,7 @@ - {{ $url := urls.Parse .URL }} - {{ $baseurl := urls.Parse $.Site.Params.Baseurl }} - - - {{ partial "buttons/button-filled" (dict "text" "Install") }} - {{ end }} From adcb7d1b4ce4d78c7a8a5d4acb35772df054ddde Mon Sep 17 00:00:00 2001 From: merobi-hub Date: Wed, 27 Mar 2024 15:32:29 -0400 Subject: [PATCH 2/2] Retry csp for iframes fix. Signed-off-by: merobi-hub --- landing-pages/site/layouts/partials/hooks/head-end.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing-pages/site/layouts/partials/hooks/head-end.html b/landing-pages/site/layouts/partials/hooks/head-end.html index b7b0206dadf..16facd7859b 100644 --- a/landing-pages/site/layouts/partials/hooks/head-end.html +++ b/landing-pages/site/layouts/partials/hooks/head-end.html @@ -54,6 +54,6 @@ - + {{ end }}