forked from I2P_Developers/i2p.www
Fixed URLs and added translation tags to blog, downloads and meetings pages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<ul>
|
||||
{% for slug, post in blog_posts -%}
|
||||
<li>{{ post.date }} - <a href="{{ url_for('blog_post', slug=slug) }}">{{ post.title }}</a></li>
|
||||
<li>{{ post.date }} - <a href="{{ get_url('blog_post', slug=slug) }}">{{ post.title }}</a></li>
|
||||
{%- endfor %}
|
||||
<li><a href="{{ url_for('blog_index', lang=g.lang) }}"><em>More blog posts…</em></a></li>
|
||||
<li><a href="{{ get_url('blog_index') }}"><em>{% trans %}More blog posts…{% endtrans %}</em></a></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user