From 42a714998d0dec521d927d8fd53439941d998c88 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 23 Jul 2019 22:19:04 +0200 Subject: [PATCH] Fix a comment being displayed on the downloads page Liquid comments use `{% comment %}` tags, not `{# #}`. --- downloads.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downloads.html b/downloads.html index 4fb2eea..2864bec 100644 --- a/downloads.html +++ b/downloads.html @@ -75,10 +75,10 @@ redirect_from:

Alternatively, install from F-Droid. - {# + {% comment %} or download the APK. - #} + {% endcomment %}

Note: We advise not to use unofficial builds commonly found on the Play Store.