diff options
Diffstat (limited to 'templates')
-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> |