summaryrefslogtreecommitdiff
path: root/dnw/theme.scm
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-09-18 08:33:40 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2023-09-18 08:33:40 -0500
commit84b6d6c6a7e55a606373607c054906f95d0f4ad3 (patch)
treeb32b45cf0dcd7f69c234ec9ecefd337bdae25a2d /dnw/theme.scm
parent339574faed9da546db432cc94b66e0ad9d10d4c2 (diff)
Emacs Lisp -> Scheme transpiler, implementing forms.el logic.
Diffstat (limited to 'dnw/theme.scm')
-rw-r--r--dnw/theme.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnw/theme.scm b/dnw/theme.scm
index fd17cb0..7544e23 100644
--- a/dnw/theme.scm
+++ b/dnw/theme.scm
@@ -19,7 +19,7 @@
(define nav-bar-tabs '(("Me" "/pages/me.html")
("Friends" "/pages/friends.html")
("Influences" "/pages/influences.html")
- ("Projects" "https://git.functorial.xyz/dnw")))
+ ("Projects" "https://git.functorial.xyz")))
(define dnw-title "Through the Heart of Every Man")