aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-11-21 11:56:54 -0500
committerJesús <heckyel@hyperbola.info>2019-11-21 11:56:54 -0500
commitd96d093e8a98d407326dee1d7586c4f604ac9ad7 (patch)
tree7a514dcf3da6aeb8be021bc38f4c10f95f65b703
parent9c4867324a6dce888b1908322c96e223e89ac205 (diff)
downloadcl-d96d093e8a98d407326dee1d7586c4f604ac9ad7.tar.lz
cl-d96d093e8a98d407326dee1d7586c4f604ac9ad7.tar.xz
cl-d96d093e8a98d407326dee1d7586c4f604ac9ad7.zip
improve title in page
-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 4b5bc8d..4c6c75e 100644
--- a/cl-theme/templates/index.html
+++ b/cl-theme/templates/index.html
@@ -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 %}