From f4a7874b3b316ab7cd7eedcb85c0d25ae72365c2 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sat, 7 Jan 2017 15:42:48 +0000 Subject: [PATCH] Add I2P Android signature, remove dev builds link --- i2p2www/pages/downloads/macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/pages/downloads/macros b/i2p2www/pages/downloads/macros index f8d3358b1..ef00e26c4 100644 --- a/i2p2www/pages/downloads/macros +++ b/i2p2www/pages/downloads/macros @@ -62,12 +62,12 @@ {%- if type == 'android' %} <!-- do not use url_for here --> <a class="default" href="https://download.i2p2.de/android/current/i2p.apk">{% trans %}Outside I2P{% endtrans %} ({{ i2p_android_version }})</a> + <a class="sig" href="https://download.i2p2.de/android/current/i2p.apk.sig">sig</a> <!-- do not use i2pconv here --><!-- <a class="default" href="http://update.killyourtv.i2p/i2p.apk">{% trans %}Inside I2P{% endtrans %} ({{ i2p_android_version_kytv }})</a>--> <a class="default" href="https://play.google.com/store/apps/details?id=net.i2p.android">Google Play ({{ i2p_android_version }})</a> <a class="default" href="https://f-droid.i2p.io/">{% trans %}Our F-Droid repository{% endtrans %} ({{ i2p_android_version }})</a> <a class="default" href="https://f-droid.org/app/net.i2p.android.router">F-Droid ({{ i2p_android_version_fdroid }})</a> - <a class="default" href="{{ 'http://'+i2pconv('str4d.i2p')+'/android/' }}">{% trans %}Development Builds{% endtrans %}</a> {% else %} <a class="default" href="{{ url_for('downloads_redirect', version=ver(), net=def_mirror.net, protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver(filename)) }}"> <span class="name">{{ ver(filename) }}</span><br /> -- GitLab