aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sass/css/yaroslavps.scss5
-rw-r--r--templates/index.html12
2 files changed, 4 insertions, 13 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss
index 1d9db88..444f270 100644
--- a/sass/css/yaroslavps.scss
+++ b/sass/css/yaroslavps.scss
@@ -11,10 +11,11 @@ html, body {
padding: 0;
width: 100%;
min-height: 100vh;
+ font-size: 14px;
background-color: #000;
background-image: url("/img/snowfall.gif");
- font-size: 14px;
- /*background-size: 25%;*/
+ background-attachment: fixed;
+ //background-size: 300px;
}
ul,
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>