From 4107aceab1d22cc4614afaa3d0779d4aee3469b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 20 Feb 2021 17:49:03 +0300 Subject: Translated to Russian and Spanish Translated all templates so that the site is available in Russian and Spanish once more. I am still not committed to write/translate everything in three different languages, but there have been some things that I've been meaning to write in Russian. --- templates/base.html | 234 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 158 insertions(+), 76 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index d8f27ba..010677b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,83 +1,165 @@ {% set permalink = "/weblog/" %} {% if section %} - {% set permalink = section.permalink %} + {% set permalink = section.permalink %} {% elif page %} - {% set permalink = page.permalink %} + {% set permalink = page.permalink %} {% endif %} - - - - - {% block title %} - {{ config.title }} - {% endblock %} - - - - - {% block extrahead %} - {% endblock %} - - -
- {% block page %} -
- {% block header %} -

Yaroslav de la Peña Smirnov

- {% endblock %} -
-
- {% block content %} - {% endblock %} -
- - {% endblock %} -
- + + + + + {% block title %} + {{ config.title }} + {% endblock %} + + + + + {% block extrahead %} + {% endblock %} + + +
+ {% block page %} +
+ {% block header %} +

Yaroslav de la Peña Smirnov

+ {% endblock %} +
+
+ {% block content %} + {% endblock %} +
+ + {% endblock %} +
+ -- cgit v1.2.3