diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/index.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index 9a6874f..eb09f8c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -82,7 +82,7 @@ <!-- <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. --> <!-- </p> --> <p> - © 2018—2023 Yaroslav de la Peña Smirnov. + © 2018—2024 Yaroslav de la Peña Smirnov. </p> <!-- <br> --> <!-- <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a> --> 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> |