Migrated links page

This commit is contained in:
str4d
2012-12-11 06:08:35 +00:00
parent f0ab95ace6
commit 93855e9868
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
<h1>{{ _('Misc.') }}</h1> <h1>{{ _('Misc.') }}</h1>
<ul> <ul>
<li><a href="http://syndie.i2p2.de/">Syndie</a></li> <li><a href="http://syndie.i2p2.de/">Syndie</a></li>
<li><a href="links.html">{{ _('Links') }}</a></li> <li><a href="{{ site_url('links') }}">{{ _('Links') }}</a></li>
<li><a href="{{ site_url('impressum') }}">{{ _('Impressum') }}</a></li> <li><a href="{{ site_url('impressum') }}">{{ _('Impressum') }}</a></li>
</ul> </ul>
</div> </div>

View File

@@ -1,10 +1,10 @@
{% extends "_layout.html" %} {% extends "global/layout.html" %}
{% block title %}Links{% endblock %} {% block title %}Links{% endblock %}
{% block content %} {% block content %}
<h1>Recommended Links & Resources</h1> <h1>Recommended Links & Resources</h1>
<p> <p>
See also the page with See also the page with
<a href="papers.html">links to papers, presentations, videos, and tutorials about I2P</a>. <a href="{{ site_url('docs/papers') }}">links to papers, presentations, videos, and tutorials about I2P</a>.
</p> </p>
<div class="links"> <div class="links">