diff --git a/create-site.el b/create-site.el index daee0ae..4d4c45f 100755 --- a/create-site.el +++ b/create-site.el @@ -76,12 +76,12 @@ (a (@ (class "nav-link") (href "/")) "Home") " " (a (@ (class "nav-link") (href "/exocortex/")) "Thought Garden") " " (a (@ (class "nav-link") (href "/blogs/")) "Blog") " " - (a (@ (class "nav-link") (href "https://cosmicflow.space:3030/")) "Git") " " + (a (@ (class "nav-link") (href "https://cosmicflow.space:3030/")) "Git-(clearweb)") " " + (a (@ (class "nav-link") (href "http//git.cosmicflow.i2p/")) "Git-(i2p)") " " (a (@ (class "nav-link") (href "/about/")) "About") " " (a (@ (class "nav-link") (href "/contact/")) "PGP") " " (a (@ (class "nav-link") (href "/links/")) "Links") " " (a (@ (class "nav-link") (href "/gallery/")) "Gallery") " " - ;; (a (@ (class "nav-link") (href "https://store.systemcrafters.net?utm_source=sc-site-nav")) "Store") " " (a (@ (class "nav-link") (href "/news/")) "News"))))))) (defun my/site-footer () @@ -93,9 +93,9 @@ " · " (a (@ (href "/credits/")) "Credits") " · " - (a (@ (href "https://cosmicflow.space:3030/DibyashanuPati/cosmicflow")) "Source Code") - ;; " · " - ;; (a (@ (rel "me") (href "https://fosstodon.org/@daviwil")) "Fediverse")) + (a (@ (href "https://cosmicflow.space:3030/DibyashanuPati/cosmicflow")) "Source Code (clearweb)") + " · " + (a (@ (href "http://git.cosmicflow.i2p/DibyashanuPati/cosmicflow")) "Source Code (i2p)") (p "© 2024-2025 Dibyashanu Pati - Except where otherwise noted, this work is licensed under http://creativecommons.org/licenses/by/3.0/" (img (@ (class "column align-left") (src "/pics/CCLogoColorPop1.gif")