diff options
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ (use-modules (haunt builder assets) (haunt builder blog) (haunt site) - (haunt reader commonmark) + (website readers wordpress-markdown) (website builders replicant-blog)) (site #:title "Replicant" @@ -24,6 +24,6 @@ #:default-metadata '((author . "Replicant contributors")) #:posts-directory "markdown" - #:readers (list commonmark-reader) + #:readers (list wordpress-markdown-reader) #:builders (list (replicant-blog-website) (static-directory "static"))) |
