aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 010677b..908e93c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -157,6 +157,19 @@
<span class="icon"><img src="/svg/icons/git.svg"/></span>
</a>
</div>
+ {% if lang == "ru" %}
+ <p>
+ Это русскоязычная версия сайта. Если вам интересно
+ прочитать больше, взгляньте на
+ <a href="/">англоязычную версию сайта</a>.
+ </p>
+ {% elif lang == "es" %}
+ <p>
+ Ésta es la versión en español de mi sitio. Si les
+ interesa leer más, denle un vistazo al sitio
+ <a href="/">en inglés</a>.
+ </p>
+ {% endif %}
</div>
</div>
{% endblock %}