forked from I2P_Developers/i2p.www
Added a link to the blog from the list of latest entries
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
{% for entry in blog_entries -%}
|
||||
<li>{{ entry[1] }} - <a href="{{ url_for('blog_entry', slug=entry[0]) }}">{{ entry[2] }}</a></li>
|
||||
{%- endfor %}
|
||||
<li><a href="{{ url_for('blog_index', lang=g.lang) }}"><em>More blog entries…</em></a></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user