From f07dbef4f1cf9851b51f6838dd2967a3c215315a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 22 Oct 2022 03:52:45 +0300 Subject: Fix links for ru/es versions of recipe book --- templates/weblog.html | 4 ++-- 1 file 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" %}
  • - 🇷🇺 Русский + 🇷🇺 Русский
  • {% endif %} {% if lang != "es" %}
  • - 🇲🇽 Español + 🇲🇽 Español
  • {% endif %} {% endif %} -- cgit v1.2.3