improve title in page

This commit is contained in:
Jesús
2019-11-21 11:56:54 -05:00
parent 9c4867324a
commit d96d093e8a

View File

@@ -2,7 +2,7 @@
{% block head %}
{% 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 %}
{{ super() }}
{% if lang_siteurls and articles_page.number == 1 %}