Fix format for posts (!)
This commit is contained in:
parent
9dd5eba908
commit
ddb029d674
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
(git "show" (string-append (assq-ref post 'sha1) ":content")))
|
||||
|
||||
(define (post-sxml-content post)
|
||||
(let ((format (or (assq-ref post 'format) 'marxdown))
|
||||
(let ((format (or (assq-ref post 'format) 'wordpress))
|
||||
(raw (post-raw-content post)))
|
||||
(catch #t
|
||||
(lambda ()
|
||||
|
|
Loading…
Reference in a new issue