forked from I2P_Developers/i2p.www
Use {{ _('') }} instead of {% trans %}{% endtrans %} for short strings and headings
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
{% for slug, post in blog_posts -%}
|
||||
<li>{{ post.date }} - <a href="{{ get_url('blog_post', slug=slug) }}">{{ post.title }}</a></li>
|
||||
{%- endfor %}
|
||||
<li><a href="{{ get_url('blog_index') }}"><em>{% trans %}More blog posts…{% endtrans %}</em></a></li>
|
||||
<li><a href="{{ get_url('blog_index') }}"><em>{{ _('More blog posts…') }}</em></a></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user