diff --git a/content/_index.fr.md b/content/_index.fr.md index 92be288..bf28366 100644 --- a/content/_index.fr.md +++ b/content/_index.fr.md @@ -6,15 +6,15 @@ title = "Guides numériques pour anarchistes"

-**You want a quick overview of our** **[advice for all anarchists?](/recommendations)** +**Vous voulez une rapide vue d'ensemble de nos** **[conseils pour tous les anarchistes ?](/fr/recommendations)** -**You need to** **[do action research or write an anonymous communique?](/posts/tails)** +**Vous voulez** **[faire des recherches pour une action ou écrire un communiqué anonyme ?](/posts/tails)** -**You need** **[increased security against malware?](/posts/qubes)** +**Vous voulez** **[mieux vous protéger des logiciels malveillants ?](/posts/qubes)** -**You want to** **[protect your digital devices from covert house visits by law enforcement?](/posts/tamper)** +**Vous voulez** **[protéger vos appareils numériques en cas de visite discrète de votre domicile par la police ?](/posts/tamper)** -

See all guides +

Voir tous les guides diff --git a/static/images/globe.png b/static/images/globe.png new file mode 100644 index 0000000..9a1ecc3 Binary files /dev/null and b/static/images/globe.png differ diff --git a/themes/DeepThought/sass/deep-thought.sass b/themes/DeepThought/sass/deep-thought.sass index d83847b..91e9f70 100644 --- a/themes/DeepThought/sass/deep-thought.sass +++ b/themes/DeepThought/sass/deep-thought.sass @@ -529,6 +529,7 @@ section max-height: calc(100vh - 48px) overflow-y: scroll + div.column.is-2.is-hidden-mobile padding-right: 0px !important @@ -585,6 +586,9 @@ a li.lang-switcher list-style: none +.dropdown-content + position: absolute !important + summary list-style: none @@ -699,3 +703,4 @@ img[theme=dark]:not(.no-dark) body[theme="dark"] .footer-text color: white !important + diff --git a/themes/DeepThought/templates/base.html b/themes/DeepThought/templates/base.html index 748f878..4652c9b 100644 --- a/themes/DeepThought/templates/base.html +++ b/themes/DeepThought/templates/base.html @@ -62,7 +62,6 @@ {% endfor %} {% endif %} {% endfor %} - {% include "partials/language_switcher.html" %} @@ -73,6 +72,7 @@ + {% include "partials/language_switcher.html" %} diff --git a/themes/DeepThought/templates/partials/language_switcher.html b/themes/DeepThought/templates/partials/language_switcher.html index a4a4bfd..06119e6 100644 --- a/themes/DeepThought/templates/partials/language_switcher.html +++ b/themes/DeepThought/templates/partials/language_switcher.html @@ -1,7 +1,9 @@