summaryrefslogtreecommitdiff
path: root/dnw/theme.scm
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-07-30 07:44:09 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2023-07-30 07:44:09 -0500
commitb03a002bce552485b47d3bb89b5ccd7a0e9b4e26 (patch)
tree4464a9775c36712427bf87529775684960f2c419 /dnw/theme.scm
parente1b7e1f50709c89b7b6448bd86999a5a562f0e1b (diff)
Forgot to sync this a bunch of times.
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)