diff --git a/haunt.scm b/haunt.scm index 873da8b..6ef52c4 100644 --- a/haunt.scm +++ b/haunt.scm @@ -45,7 +45,7 @@ (small "made with " (a (@ (href "https://dthompson.us/projects/haunt.html")) "haunt") " • " "copyleft " ,(integer->char #x1f12f) " afiw 2026, all rights reversed • cc-by-sa-4.0 • " - (a (@ (href "https://git.linuxposting.xyz/afiw/webbedsite")) "source"))))))) + (a (@ (href "https://git.linuxposting.xyz/afiw/site")) "source"))))))) (define my-theme (theme #:name "em's theme" @@ -67,7 +67,7 @@ ,(date->string (post-date post) "~1")))) posts)))))) -(site #:title "afiw's webbed site" +(site #:title "afiw's site" #:domain "tilde.linuxposting.xyz" #:default-metadata '((author . "afiw")