forked from I2P_Developers/i2p.www
Migrated links page
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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">
|
Reference in New Issue
Block a user