Translation for tags
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
{% endblock header %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Tags for {{ SITENAME }}</h1>
|
||||
<h1>Tags {{ gettext('for') }} {{ SITENAME }}</h1>
|
||||
{%- for tag, articles in tags|sort %}
|
||||
<li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a> ({{ articles|count }})</li>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user