From d96d093e8a98d407326dee1d7586c4f604ac9ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 21 Nov 2019 11:56:54 -0500 Subject: [PATCH] improve title in page --- cl-theme/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-theme/templates/index.html b/cl-theme/templates/index.html index 4b5bc8d..4c6c75e 100644 --- a/cl-theme/templates/index.html +++ b/cl-theme/templates/index.html @@ -2,7 +2,7 @@ {% block head %} {% block title %} - {{ SITENAME }}{% if articles_page.number != 1 %} | {{ _('Página') }} {{ articles_page.number }}{% endif %} + {% if articles_page.number != 1 %}{{ _('Página') }} | {{ articles_page.number }}{% endif %}{{ SITENAME }} {% endblock %} {{ super() }} {% if lang_siteurls and articles_page.number == 1 %}