From c86dd630ccaa76ffcc352f29d7edd468b9137a89 Mon Sep 17 00:00:00 2001 From: Dibyashanu Pati <> Date: Thu, 13 Mar 2025 20:35:53 +0530 Subject: [PATCH] Added attributions --- content/attributions.org | 6 ++++++ create-site.el | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 content/attributions.org diff --git a/content/attributions.org b/content/attributions.org new file mode 100644 index 0000000..88bc88a --- /dev/null +++ b/content/attributions.org @@ -0,0 +1,6 @@ + +These are a list of attributions to the extarnal works I have used in this website. + +| Link(local) | Link (source) | Attribution | +|-------------------------------------------+---------------+-------------------------------------------------------------------------------------------------| +| [[/exocortex/ox-hugo/Human_Brain_Symbol.png]] | [[https://commons.wikimedia.org/wiki/File:Human_Brain_Symbol.svg ][source]] | Pendethan, CC BY-SA 3.0 , via Wikimedia Commons | diff --git a/create-site.el b/create-site.el index 66da295..609acfc 100755 --- a/create-site.el +++ b/create-site.el @@ -75,7 +75,7 @@ (nav (@ (class "nav")) (a (@ (class "nav-link") (href "/")) "Home") " " - (a (@ (class "nav-link") (href "/exocortex/")) "Exocortex requires javascript") " " + (a (@ (class "nav-link") (href "/exocortex/")) "Exocortex requires javascript") " " (a (@ (class "nav-link") (href "/blogs/")) "Blog") " " (a (@ (class "nav-link") (href "https://cosmicflow.space:3030/")) "Git clearweb") " " (a (@ (class "nav-link") (href "http://git.cosmicflow.i2p/")) "Git i2p") " " @@ -95,6 +95,8 @@ (p (a (@ (href "/privacy_policy/")) "Privacy Policy") " · " (a (@ (href "/credits/")) "Credits") + " · " + (a (@ (href "/attributions/")) "Attributions") " · " (a (@ (href "https://cosmicflow.space:3030/DibyashanuPati/cosmicflow")) "Source Code (clearweb)") " · "