aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-10-22 03:52:45 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-10-22 03:52:45 +0300
commitf07dbef4f1cf9851b51f6838dd2967a3c215315a (patch)
tree01d353caf89410f52abd8f65705783f43c6bc495
parent0a88ade33bff3f714e701f8c4b210e824c3d231d (diff)
downloadyaroslavps.com-f07dbef4f1cf9851b51f6838dd2967a3c215315a.tar.gz
yaroslavps.com-f07dbef4f1cf9851b51f6838dd2967a3c215315a.zip
Fix links for ru/es versions of recipe book
-rw-r--r--templates/weblog.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/weblog.html b/templates/weblog.html
index 2afe42c..c995242 100644
--- a/templates/weblog.html
+++ b/templates/weblog.html
@@ -81,12 +81,12 @@
{% endif %}
{% if lang != "ru" %}
<li>
- <a href="/food/ru/">🇷🇺 Русский</a>
+ <a href="/ru/food/">🇷🇺 Русский</a>
</li>
{% endif %}
{% if lang != "es" %}
<li>
- <a href="/food/es/">🇲🇽 Español</a>
+ <a href="/es/food/">🇲🇽 Español</a>
</li>
{% endif %}
{% endif %}