aboutsummaryrefslogtreecommitdiff
path: root/templates/weblog.html
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-01-24 19:48:24 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-01-24 19:48:24 +0300
commitd2b920bf8c7083d6b63e08d07b2c881503bb30fc (patch)
tree0323a9cbfbe366da4f251aeebd911a74c38b72dc /templates/weblog.html
parent2e07e91d5c54d21b636523ddde825fc6973121e4 (diff)
downloadyaroslavps.com-d2b920bf8c7083d6b63e08d07b2c881503bb30fc.tar.gz
yaroslavps.com-d2b920bf8c7083d6b63e08d07b2c881503bb30fc.zip
homepage changes
Diffstat (limited to 'templates/weblog.html')
-rw-r--r--templates/weblog.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/weblog.html b/templates/weblog.html
index 855c0ed..c7abcc2 100644
--- a/templates/weblog.html
+++ b/templates/weblog.html
@@ -4,20 +4,20 @@
{% if lang == "ru" %}
Веб-журнал Ярослава де ла Пенья Смирнова
{% elif lang == "es" %}
- Un Weblog escrito por Yaroslav de la Peña Smirnov
+ Weblog de Yaroslav de la Peña Smirnov
{% else %}
- A weblog by Yaroslav de la Peña Smirnov
+ Yaroslav de la Peña Smirnov's weblog
{% endif %}
{% elif section.permalink is containing("food") %}
{% if lang == "ru" %}
Сборник рецептов Ярослава де ла Пенья Смирнова
{% elif lang == "es" %}
- Una colección de recetas por Yaroslav de la Peña Smirnov
+ Recetario de Yaroslav de la Peña Smirnov
{% else %}
- A collection of recipes by Yaroslav de la Peña Smirnov
+ Yaroslav de la Peña Smirnov's collection of recipes
{% endif %}
{% else %}
- A website by Yaroslav de la Peña Smirnov
+ Yaroslav de la Peña Smirnov's website
{% endif %}
{% endblock %}
{% block header %}