From a5ca94797945203c3167bb13b7779b396cad527d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 29 Mar 2022 00:13:28 +0300 Subject: Minor style changes and improvements --- templates/base.html | 11 +++++++++++ templates/donate.html | 24 ++++++++++++------------ templates/index.html | 31 +++++++++++++++---------------- 3 files changed, 38 insertions(+), 28 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index d28c0c8..9cad805 100644 --- a/templates/base.html +++ b/templates/base.html @@ -137,6 +137,17 @@ {% endblock %} +
+

+ The text content in this site is + CC BY-SA 4.0, + the photos are under + CC BY-NC-SA 4.0. +

+

+ © 2018—2022 Yaroslav de la Peña Smirnov. +

+
diff --git a/templates/donate.html b/templates/donate.html index 18cab1d..e21fc94 100644 --- a/templates/donate.html +++ b/templates/donate.html @@ -29,25 +29,25 @@ a tip. {% endif %}

-

Paypal

- -
- https://paypal.me/yaroslavps + + + +

- + - Bitcoin + Monero

- -
bc1q9dxegghrk4qlc9k8m5wrsy7ca7edcqha5k0hyq
+ +
48PaKg36GV2XzSVdbij8vviUfWhqAGVJGVCw6Qp9cjXrXiETyyhrJKiBFvhVodTr1qKfaANByoaCfNBZ3FdLrZQhBTBNMYV

- + - Monero + Bitcoin

- -
48PaKg36GV2XzSVdbij8vviUfWhqAGVJGVCw6Qp9cjXrXiETyyhrJKiBFvhVodTr1qKfaANByoaCfNBZ3FdLrZQhBTBNMYV
+ +
bc1q9dxegghrk4qlc9k8m5wrsy7ca7edcqha5k0hyq
{% endblock %} diff --git a/templates/index.html b/templates/index.html index e0192fa..1562dde 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,6 @@ 🇲🇽 Español {% endif %} - {% if lang == "ru" %}

Добро пожаловать в мой уголок интернета. Меня зовут Ярослав. Я занимаюсь @@ -59,7 +58,11 @@

{% endif %} -

{{ trans(key="weblog", lang=lang) }}

+

+ + {{ trans(key="weblog", lang=lang) }} + +

{% set latest_weblog = weblog.pages[0] %}

{% if lang == "en" %} @@ -89,7 +92,11 @@ rss-icon RSS -

{{ trans(key="recipes", lang=lang) }}

+

+ + {{ trans(key="recipes", lang=lang) }} + +

{% set latest_recipe = recipes.pages[0] %}

{% if lang == "en" %} @@ -117,7 +124,11 @@ rss-icon RSS -

{{ trans(key="photos", lang=lang) }}

+

+ + {{ trans(key="photos", lang=lang) }} + +

{% if lang == "en" %} A gallery with some photographs I've taken on my free time. @@ -207,17 +218,5 @@ github-icon Github srht-icon sourcehut -


- {% endblock %} -- cgit v1.2.3