partially revert previous checkin which broke the download page

This commit is contained in:
zzz
2016-01-02 21:32:09 +00:00
parent cf485488c4
commit e7b05224ec

View File

@ -39,10 +39,9 @@ or type <tt>java -version</tt> at your command prompt.
{% trans release_notes=site_url('blog/category/release') -%}
<h3>{{ _('Release Notes') }}</h3> <h3>{{ _('Release Notes') }}</h3>
<ul><li> <ul><li>
<a href="{{ release_notes }}">{{ _('Release Notes') }}</a> <a href="../blog/category/release">{{ _('Release Notes') }}</a>
</li><li> </li><li>
<a href="https://raw.githubusercontent.com/i2p/i2p.i2p/master/history.txt">{{ _('Change Log') }}</a> <a href="https://raw.githubusercontent.com/i2p/i2p.i2p/master/history.txt">{{ _('Change Log') }}</a>
</li><li> </li><li>
@ -50,7 +49,6 @@ or type <tt>java -version</tt> at your command prompt.
</li><li> </li><li>
<a href="https://raw.githubusercontent.com/i2p/i2p.android.base/master/CHANGELOG">{{ _('Android Change Log') }}</a> <a href="https://raw.githubusercontent.com/i2p/i2p.android.base/master/CHANGELOG">{{ _('Android Change Log') }}</a>
</li></ul> </li></ul>
{% endtrans %}</p>