summaryrefslogtreecommitdiff
path: root/dnw/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'dnw/theme.scm')
-rw-r--r--dnw/theme.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnw/theme.scm b/dnw/theme.scm
index 69688bc..fd17cb0 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" "/posts/tag/Project.html")))
+ ("Projects" "https://git.functorial.xyz/dnw")))
(define dnw-title "Through the Heart of Every Man")
@@ -47,7 +47,7 @@
", a static site generator written in "
,(hyperlink "https://gnu.org/software/guile" "Guile Scheme")
". The source code is available "
- ,(hyperlink "https://github.com/Antigravityd/functorial.xyz" "here")
+ ,(hyperlink "https://git.functorial.xyz/dnw/functorial.xyz" "here")
".")))
(define* (base-template site body #:key title)