From 8a9b2586b29da0c8e6944f6813c5834d65645f7d Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 15 Jan 2025 01:39:37 -0700 Subject: update footer --- src/operationnull/theme.scm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/operationnull/theme.scm') diff --git a/src/operationnull/theme.scm b/src/operationnull/theme.scm index db5a157..70e81e6 100644 --- a/src/operationnull/theme.scm +++ b/src/operationnull/theme.scm @@ -38,10 +38,6 @@ (type "image/x-icon") (href "/assets/favicon.ico"))) (title ,(string-append title " — " (site-title site))) - (link (@ (rel "alternate") - (type "application/atom+xml") - (title "Atom feed") - (href "/atom.xml"))) ,(stylesheet "site") ) (body @@ -58,15 +54,15 @@ '(div (@ (class "container")) (ul (li (a (@ (href "gemini://porphyrion.operationnull.com/")) "porphyrion")) - (li (a (@ (href "https://git.operationnull.com/")) + (li (a (@ (href "https://git.operationnull.com/")) "git")) (li (a (@ (href "/contact.html")) "contact")) - (li (a (@ (href "/")) + (li (a (@ (href "/")) "home"))))) ,body (footer (@ (class "footer")) - "Copyright © 2024 bdunahu" + "Copyright © 2025 bdunahu" (br) "Site content available under the " ,%cc-by-sa-link " license " (a (@ (href "https://git.operationnull.com/operationnull.git/")) -- cgit v1.2.3