aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cl-theme/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-theme/templates/index.html b/cl-theme/templates/index.html
index 4c6c75e..5b9e8b0 100644
--- a/cl-theme/templates/index.html
+++ b/cl-theme/templates/index.html
@@ -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 %}