Fix a comment being displayed on the downloads page
Liquid comments use `{% comment %}` tags, not `{# #}`.
This commit is contained in:
parent
83ae1ec55f
commit
42a714998d
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user