aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-02-05 00:27:43 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-02-05 00:30:28 +0300
commit08f5c17072388dc68b30405b138997b48ff92243 (patch)
treea7e29a9e0000a65c08c80efe0eef7079a193b97c /templates
parent8a25e8c4ddc19773f80928ccc9804ae3f12dcd39 (diff)
downloadyaroslavps.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')
-rw-r--r--templates/base.html2
-rw-r--r--templates/index.html6
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>