diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-02-05 00:27:43 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-02-05 00:30:28 +0300 |
commit | 08f5c17072388dc68b30405b138997b48ff92243 (patch) | |
tree | a7e29a9e0000a65c08c80efe0eef7079a193b97c /templates/index.html | |
parent | 8a25e8c4ddc19773f80928ccc9804ae3f12dcd39 (diff) | |
download | yaroslavps.com-08f5c17072388dc68b30405b138997b48ff92243.tar.gz yaroslavps.com-08f5c17072388dc68b30405b138997b48ff92243.zip |
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.
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
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" %} - <p class="new-year"> + <p class="holiday-greetings"> С Новым 2024 Годом и Рождеством! </p> <p> @@ -46,7 +46,7 @@ по большей части пишу на английском. Вот что можно найти на моём сайте: </p> {% elif lang == "es" %} - <p class="new-year"> + <p class="holiday-greetings"> ¡Feliz Navidad y un Prospero 2024! </p> <p> @@ -62,7 +62,7 @@ contenido está en inglés. Esto es lo que puedes encontrar en mi sitio: </p> {% else %} - <p class="new-year"> + <p class="holiday-greetings"> Merry Christmas and a Happy New Year 2024! </p> <p> |