From e4802613972ca61132d34e05e7cc76e3faaaaeef Mon Sep 17 00:00:00 2001 From: Radu Ghiorghisor Date: Wed, 13 Aug 2025 21:59:27 +0300 Subject: [PATCH 1/3] Updated twitter logo. --- static/img/svg/twitter.svg | 57 ++------------------------------------ 1 file changed, 2 insertions(+), 55 deletions(-) diff --git a/static/img/svg/twitter.svg b/static/img/svg/twitter.svg index 802cb8f..437e2bf 100644 --- a/static/img/svg/twitter.svg +++ b/static/img/svg/twitter.svg @@ -1,56 +1,3 @@ - - - - - - image/svg+xml - - - - - - - - + + From 7c26eb6bc11f248ce45bced4926df754dc21d380 Mon Sep 17 00:00:00 2001 From: Radu Ghiorghisor Date: Wed, 13 Aug 2025 22:00:13 +0300 Subject: [PATCH 2/3] Added possibility to extend the footer to add extra functionality. --- layouts/partials/footer.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2123d05..e640a59 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -36,4 +36,8 @@ Humberto Rocha

+ + {{- if templates.Exists "partials/extend_footer.html" -}} + {{- partial "extend_footer.html" . -}} + {{- end -}} From 818cac3b314cd343efa6c1cf0cc894b790384d74 Mon Sep 17 00:00:00 2001 From: Radu Ghiorghisor Date: Wed, 13 Aug 2025 22:00:40 +0300 Subject: [PATCH 3/3] Added powerd by text. --- layouts/partials/footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e640a59..b6e9999 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -28,6 +28,7 @@ {{ end }}

+ Powered by
Colordrop