From dee4c69947b5faf43f456c61fed524555dab237d Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 14 Mar 2024 11:20:54 +0100 Subject: [PATCH] Update footer --- assets/css/main.css | 2 ++ one.org | 3 +-- onerc.el | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 10d40fe..ed3b60c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -364,6 +364,8 @@ a:hover, /* Footer */ .footer { text-align: center; + padding-block: var(--gap-l); + border-top: 2px solid var(--color-brown); } /* ------- '.one' classes used by 'one-ox' org backend ------- */ diff --git a/one.org b/one.org index 6019183..6d99093 100644 --- a/one.org +++ b/one.org @@ -558,8 +558,7 @@ Yes, you can. ** Who finances the project? -Only me and my free time. - +Only me and my free time. If you want to support the project, you can be my [[https://liberapay.com/androsfenollosa/][patron]]. * Tutorials diff --git a/onerc.el b/onerc.el index ed686a5..d416af0 100644 --- a/onerc.el +++ b/onerc.el @@ -110,6 +110,7 @@ (:footer.footer (:p "Created with " (:i (@ :aria-label "love") "❤️") " by " (:a.link (@ :href "https://andros.dev/" :target "_blank") "Andros Fenollosa") " with " (:a.link (@ :href "https://one.tonyaldon.com/" :target "_blank") "one.el")) (:p (:a.link (@ :href "https://github.com/Django-LiveView/docs/blob/main/one.org" :target "_blank") "I have seen a " (:i (@ :aria-label "bug") "🪲") " in the documentation")) + (:p (:a.link (@ :href "https://liberapay.com/androsfenollosa/" :target "_blank") (:span (@ :aria-hidden "true") "💰 ") "Support") " the project") (:p "🐍 " ,(format-time-string "%Y")))))))) (defun one-custom-default-page (page-tree pages _global)