Migrated links page
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
<h1>{{ _('Misc.') }}</h1>
|
||||
<ul>
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -1,10 +1,10 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}Links{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Recommended Links & Resources</h1>
|
||||
<p>
|
||||
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>
|
||||
|
||||
<div class="links">
|
Reference in New Issue
Block a user