From 8619254c73c77ec2b8721670b859dd86f549b7b8 Mon Sep 17 00:00:00 2001 From: Adrian Rosin Date: Mon, 22 Jan 2024 08:03:18 +0100 Subject: [PATCH 1/9] feat: join us link # Conflicts: # static/index.html --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 5b5f7a3..8c21bf9 100644 --- a/static/index.html +++ b/static/index.html @@ -1391,7 +1391,7 @@ _ ` ^ ¨ · _ - " ` * - ; - _
- CGU · Gestion des risques · Mentions légales · Sources + CGU · Gestion des risques · Mentions légales · Sources · Nous rejoindre
From 9a230c545dfde7e2253558f18a1811931001b258 Mon Sep 17 00:00:00 2001 From: Tixie Date: Fri, 7 Jun 2024 19:03:09 +0200 Subject: [PATCH 2/9] =?UTF-8?q?CI:=20Ajout=20d'une=20task=20pour=20d=C3=A9?= =?UTF-8?q?sindexer=20le=20site=20si=20c'est=20un=20d=C3=A9ploiement=20en?= =?UTF-8?q?=20preprod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pour éviter que les moteurs de recherche flag du duplicate content parce qu'on a plusieurs sites identiques en ligne --- .woodpecker.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index d1d955b..76c1c0e 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -11,6 +11,14 @@ steps: - DEBIAN_FRONTEND=noninteractive apt install -qq -y ./tidy-5.8.0-Linux-64bit.deb - tidy -q -e static/index.html + - name: disable SEO indexing (on preprod only) + when: + event: [push, pull_request] + branch: preprod + image: debian:12 # Same as previous step to not have to download 2 images, but it could be any linux + commands: + - '[ -f static/robots.txt ] && echo "Disallow: /*" >> static/robots.txt' + - name: upload (preprod) when: event: [push, pull_request] From 547235a400002cfff129d54e37c1492214ca1f95 Mon Sep 17 00:00:00 2001 From: Adrian Rosin Date: Fri, 2 Feb 2024 11:11:46 +0100 Subject: [PATCH 3/9] fix: removed li role=none & aria-orintation=vertical #29 # Conflicts: # static/index.html --- static/index.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/static/index.html b/static/index.html index 8c21bf9..f849c35 100644 --- a/static/index.html +++ b/static/index.html @@ -46,8 +46,8 @@