From 69f422b662084d2169816e0449d6907b05107799 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 25 Oct 2022 21:14:17 +0200 Subject: [PATCH] jekyll: remove polldaddy Signed-off-by: CrazyMax --- 404.md | 1 - _config_production.yml | 3 +-- _includes/analytics/polldaddy.html | 18 ------------------ _layouts/docs.html | 4 ---- _scss/_navigation.scss | 17 ----------------- _scss/_utilities.scss | 7 ------- contribute/contribute-guide.md | 1 - glossary.md | 1 - search.md | 1 - 9 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 _includes/analytics/polldaddy.html diff --git a/404.md b/404.md index 4a10002a52..8ecc68cf63 100644 --- a/404.md +++ b/404.md @@ -1,7 +1,6 @@ --- title: "Sorry, we can't find that page" permalink: /404.html -noratings: true notoc: true sitemap: false skip_read_time: true diff --git a/_config_production.yml b/_config_production.yml index 24fb23a88c..fb0b8bc525 100644 --- a/_config_production.yml +++ b/_config_production.yml @@ -15,8 +15,7 @@ exclude: # Google Analytics, etc. google_analytics: GTM-WL2QLG5 -polldaddy_id: 8453675 -onetrust_id: 8e0ebfd9-035d-4ec2-9b2f-a2de9c09f906 +onetrust_id: 8e0ebfd9-035d-4ec2-9b2f-a2de9c09f906 # Assets # diff --git a/_includes/analytics/polldaddy.html b/_includes/analytics/polldaddy.html deleted file mode 100644 index 5a0c058d47..0000000000 --- a/_includes/analytics/polldaddy.html +++ /dev/null @@ -1,18 +0,0 @@ -{%- if site.polldaddy_id and site.polldaddy_id != '' -%} - -{%- endif -%} diff --git a/_layouts/docs.html b/_layouts/docs.html index 64e3e5f34e..fb266c120a 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -42,9 +42,6 @@ {%- endif -%} {%- endunless %} - {%- if site.polldaddy_id and page.noratings != true -%} -
- {%- endif -%}