summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2024-06-16 14:13:22 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2024-06-16 14:13:27 -0400
commit0091197a26fee5ff82e136bbaeb0d8603402bedd (patch)
tree583b5a9b61424a30018a871e023dd084534070d2
parent6cb00d155b24f3a6c768806d6422b7ee37d5553a (diff)
Use the new `post-slug-v2'
-rw-r--r--haunt/haunt.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/haunt/haunt.scm b/haunt/haunt.scm
index 14ac2bf..937549c 100644
--- a/haunt/haunt.scm
+++ b/haunt/haunt.scm
@@ -43,6 +43,7 @@
#:default-metadata
'((author . "Jakob L. Kreuze")
(email . "zerodaysfordays@sdf.lonestar.org"))
+ #:make-slug post-slug-v2
#:readers (list html-reader-prime sxml-reader)
#:builders
(list (atom-feed #:max-entries 1024)