minor fix title in page

This commit is contained in:
Jesús 2019-11-21 11:58:36 -05:00
parent d96d093e8a
commit e05ca491ce
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -2,7 +2,7 @@
{% block head %}
{% block title %}
<title>{% if articles_page.number != 1 %}{{ _('Página') }} | {{ articles_page.number }}{% endif %}{{ SITENAME }}</title>
<title>{% if articles_page.number != 1 %}{{ _('Página') }} {{ articles_page.number }} | {% endif %}{{ SITENAME }}</title>
{% endblock %}
{{ super() }}
{% if lang_siteurls and articles_page.number == 1 %}