diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-12-24 14:30:19 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-12-24 14:30:19 +0300 |
commit | db71ccc71a134813c1e41c99f252966bccb91fb1 (patch) | |
tree | 921fca49fb17ec64db1a4feb77639146c9dd4058 /templates/index.html | |
parent | f660b1cf7fea0fb3bbd76cf9eb419fdf8f1b38cf (diff) | |
download | yaroslavps.com-db71ccc71a134813c1e41c99f252966bccb91fb1.tar.gz yaroslavps.com-db71ccc71a134813c1e41c99f252966bccb91fb1.zip |
Happy holidays 2022-2023!
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 3516ac3..4f7463d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -31,6 +31,9 @@ {% set weblog = get_section(path=weblog_path) %} {% set recipes = get_section(path=recipes_path) %} {% if lang == "ru" %} + <p class="new-year"> + С Новым 2023 Годом и Рождеством! + </p> <p> Добро пожаловать в мой уголок интернета. Меня зовут Ярослав. Я занимаюсь программировнием в качестве своей работы и увлечения, но увлекаюсь не только @@ -42,6 +45,9 @@ по большей части пишу на английском. Вот что можно найти на моём сайте: </p> {% elif lang == "es" %} + <p class="new-year"> + ¡Feliz Navidad y un Prospero 2023! + </p> <p> Bienvenido a mi pequeño rincón de internet. Yo soy Yaroslav. Programo para ganarme la vida y por diversión, aunque no es lo único que hago por @@ -54,6 +60,9 @@ contenido está en inglés. Esto es lo que puedes encontrar en mi sitio: </p> {% else %} + <p class="new-year"> + Merry Christmas and a Happy New Year 2023! + </p> <p> Welcome to my little corner of the internet. I'm Yaroslav. I write software for a living, and also for fun, although it's not the only thing I |