minor fix title in page
This commit is contained in:
parent
d96d093e8a
commit
e05ca491ce
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{% block title %}
|
{% 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 %}
|
{% endblock %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
{% if lang_siteurls and articles_page.number == 1 %}
|
{% if lang_siteurls and articles_page.number == 1 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user