forked from I2P_Developers/i2p.www
Migrated over impressum.html
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<ul>
|
||||
<li><a href="http://syndie.i2p2.de/">Syndie</a></li>
|
||||
<li><a href="links.html">{{ _('Links') }}</a></li>
|
||||
<li><a href="impressum.html">{{ _('Impressum') }}</a></li>
|
||||
<li><a href="{{ site_url('impressum') }}">{{ _('Impressum') }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='aside sixth'>
|
||||
|
8
i2p2www/pages/site/impressum.html
Normal file
8
i2p2www/pages/site/impressum.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}Impressum{% endblock %}
|
||||
{% block content %}
|
||||
<p>[German laws...]</p>
|
||||
<p>Tassilo Schweyer<br />
|
||||
Weitfelderweg 8b<br />
|
||||
89275 Elchingen</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user