diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-05-13 19:30:41 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:32 +0200 |
| commit | b5d0aae050a88872f9dbc4429db40b904f474d81 (patch) | |
| tree | b91f0b2497f15c539f08c868c6ad464eb19c2fc9 /haunt.scm | |
| parent | fe50a8d4faa5cbf61155a15cdb3c1caaf70558c9 (diff) | |
| download | haunt-blog-b5d0aae050a88872f9dbc4429db40b904f474d81.tar.gz haunt-blog-b5d0aae050a88872f9dbc4429db40b904f474d81.tar.bz2 haunt-blog-b5d0aae050a88872f9dbc4429db40b904f474d81.zip | |
Fix domain name.
For now the website is deployed on blog.test.replicant.us, so we need to
reflect that because otherwise the RSS creates links that don't work.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ (fluid-set! %default-port-encoding "UTF-8") (site #:title "Replicant" - #:domain "blog.replicant.us" + #:domain "blog.test.replicant.us" #:default-metadata '((author . "Replicant contributors")) #:posts-directory "posts" |
