improve title in page

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

View File

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