diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-06-16 14:13:22 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-06-16 14:13:27 -0400 |
| commit | 0091197a26fee5ff82e136bbaeb0d8603402bedd (patch) | |
| tree | 583b5a9b61424a30018a871e023dd084534070d2 | |
| parent | 6cb00d155b24f3a6c768806d6422b7ee37d5553a (diff) | |
Use the new `post-slug-v2'
| -rw-r--r-- | haunt/haunt.scm | 1 |
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) |