diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/weblog.html | 4 |
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 %} |