From b03a002bce552485b47d3bb89b5ccd7a0e9b4e26 Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Sun, 30 Jul 2023 07:44:09 -0500 Subject: Forgot to sync this a bunch of times. --- dnw/theme.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dnw/theme.scm') 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) -- cgit v1.2.3