From 08f5c17072388dc68b30405b138997b48ff92243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 5 Feb 2024 00:27:43 +0300 Subject: End of holidays (a little bit late maybe? :)) Hope you enjoyed your holidays! Also made it easier to "turn on and off" the holiday greetings. --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index bf7be5d..62d382e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -31,7 +31,7 @@ {% set weblog = get_section(path=weblog_path) %} {% set recipes = get_section(path=recipes_path) %} {% if lang == "ru" %} -

+

С Новым 2024 Годом и Рождеством!

@@ -46,7 +46,7 @@ по большей части пишу на английском. Вот что можно найти на моём сайте:

{% elif lang == "es" %} -

+

¡Feliz Navidad y un Prospero 2024!

@@ -62,7 +62,7 @@ contenido está en inglés. Esto es lo que puedes encontrar en mi sitio:

{% else %} -

+

Merry Christmas and a Happy New Year 2024!

-- cgit v1.2.3