haunt.scm: Change webbed site to site
This commit is contained in:
parent
11aafc1240
commit
9375a052b3
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
(small
|
(small
|
||||||
"made with " (a (@ (href "https://dthompson.us/projects/haunt.html")) "haunt") " • "
|
"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 • "
|
"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
|
(define my-theme
|
||||||
(theme #:name "em's theme"
|
(theme #:name "em's theme"
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
,(date->string (post-date post) "~1"))))
|
,(date->string (post-date post) "~1"))))
|
||||||
posts))))))
|
posts))))))
|
||||||
|
|
||||||
(site #:title "afiw's webbed site"
|
(site #:title "afiw's site"
|
||||||
#:domain "tilde.linuxposting.xyz"
|
#:domain "tilde.linuxposting.xyz"
|
||||||
#:default-metadata
|
#:default-metadata
|
||||||
'((author . "afiw")
|
'((author . "afiw")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue