diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-01-13 01:03:02 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-01-13 01:03:02 +0300 |
commit | 2e07e91d5c54d21b636523ddde825fc6973121e4 (patch) | |
tree | 1acade8dbf9322e079d947b2595e40bbe6aac779 /templates/index.html | |
parent | 3c4aea76905c98a04080b2abecc147062aa81d13 (diff) | |
download | yaroslavps.com-2e07e91d5c54d21b636523ddde825fc6973121e4.tar.gz yaroslavps.com-2e07e91d5c54d21b636523ddde825fc6973121e4.zip |
The holidays have come and gone
but let it snow for some more time
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/templates/index.html b/templates/index.html index be5c135..49548d9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -38,16 +38,6 @@ {% endif %} </p> - <p class="new-year"> - {% if lang == "ru" %} - С Новым 2022 Годом и Рождеством! - {% elif lang == "es" %} - ¡Feliz Navidad y Año Nuevo 2022! - {% else %} - A Merry Christmas and a Happy New Year 2022! - {% endif %} - </p> - <h2>{{ trans(key="weblog", lang=lang) }}</h2> {% set latest_weblog = weblog.pages[0] %} <p> @@ -205,7 +195,7 @@ <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. </p> <p> - © 2018—2021 Yaroslav de la Peña Smirnov. + © 2018—2022 Yaroslav de la Peña Smirnov. </p> </div> </div> |