forked from I2P_Developers/i2p.www
Added placeholder I2PCon pages
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
<li><a href="{{ get_url('blog_index') }}"><div class="menuitem"><span>{{ _('Blog') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('about/hall-of-fame') }}"><div class="menuitem"><span>{{ _('Hall of Fame') }}</span></div></a></li>
|
||||
<li><a href="{{ get_url('papers_list') }}"><div class="menuitem"><span>{{ _('Academic papers and peer review') }}</span></div></a></li>
|
||||
<!--<li><a href="{{ site_url('about/i2pcon') }}"><div class="menuitem"><span>I2PCon</span></div></a></li>-->
|
||||
<li><a href="{{ site_url('about/media') }}"><div class="menuitem"><span>{{ _('Presentations, tutorials and articles') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('contact') }}"><div class="menuitem"><span>{{ _('Contact us') }}</span></div></a></li>
|
||||
</ul>
|
||||
|
5
i2p2www/pages/site/about/i2pcon/2015.html
Normal file
5
i2p2www/pages/site/about/i2pcon/2015.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}I2PCon 2015{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
{% endblock %}
|
12
i2p2www/pages/site/about/i2pcon/index.html
Normal file
12
i2p2www/pages/site/about/i2pcon/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}I2PCon{% endblock %}
|
||||
{% block content %}
|
||||
<p>{% trans -%}
|
||||
I2PCon is...
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<h2>{{ _('Past years') }}</h2>
|
||||
<ul>
|
||||
<li><a href="{{ site_url('about/i2pcon/2015') }}">2015</a>
|
||||
</ul>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user