Fix a comment being displayed on the downloads page

Liquid comments use `{% comment %}` tags, not `{# #}`.
This commit is contained in:
Hugo Locurcio 2019-07-23 22:19:04 +02:00 committed by sfan5
parent 83ae1ec55f
commit 42a714998d

View File

@ -75,10 +75,10 @@ redirect_from:
<p> <p>
Alternatively, install from Alternatively, install from
<a href="https://f-droid.org/en/packages/net.minetest.minetest/">F-Droid</a>. <a href="https://f-droid.org/en/packages/net.minetest.minetest/">F-Droid</a>.
{# {% comment %}
or or
<a href="https://github.com/minetest/minetest/releases/download/5.0.1/Minetest-5.0.1.24.apk">download the APK</a>. <a href="https://github.com/minetest/minetest/releases/download/5.0.1/Minetest-5.0.1.24.apk">download the APK</a>.
#} {% endcomment %}
</p> </p>
<p> <p>
<strong>Note:</strong> We advise not to use unofficial builds commonly found on the Play Store. <strong>Note:</strong> We advise not to use unofficial builds commonly found on the Play Store.