diff --git a/content/_index.md b/content/_index.md index baebd15..5ec9645 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,7 @@ +++ sort_by = "date" paginate_by = 10 +title = "Tech Guides for Anarchists" +++ * You want a quick overview of our advice for all comrades? → [**Recommendations**](/recommendations) * You need to write anonymous responsibility claims or do action research? → [**Tails for Anarchists**](/posts/tails) and [**Tails Best Practices**](/posts/tails-best) diff --git a/content/recommendations/_index.md b/content/recommendations/_index.md index 6a9317e..a4f523b 100644 --- a/content/recommendations/_index.md +++ b/content/recommendations/_index.md @@ -11,7 +11,7 @@ We agree with the conclusion of an overview of [targeted surveillance measures i ## Your Phone ->**[Operating system](/glossary#operating-system-os)**: **GrapheneOS** is the only reasonably secure choice for cell phones. See [GrapheneOS for Anarchists](/posts/grapheneos/). Better yet, [don't have a phone](/posts/nophones/). +>**[Operating system](/glossary#operating-system-os)**: **GrapheneOS** is the only reasonably secure choice for cell phones. See [GrapheneOS for Anarchists](/posts/grapheneos/). Better yet, [kill the cop in your pocket](/posts/nophones/). Google Pixel phones are the only devices that currently meet the [hardware security requirements](https://grapheneos.org/faq#device-support) of GrapheneOS. If that is not possible for you, [DivestOS](https://www.privacyguides.org/en/android/#divestos) has more [supported devices](https://divestos.org/pages/devices) and is still significantly better than stock Android. diff --git a/themes/DeepThought/templates/index.html b/themes/DeepThought/templates/index.html index 58fbdc2..5eab20d 100644 --- a/themes/DeepThought/templates/index.html +++ b/themes/DeepThought/templates/index.html @@ -6,15 +6,15 @@

{{ section.title }}

{{ section.description }}

+
+
+ {{ section.content | safe }} {% if config.extra.author.avatar %}
{% endif %}
-
- {{ section.content | safe }} -
{% endblock %}