Fix indentation
This commit is contained in:
parent
fc17636e60
commit
ef451c4df4
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
|||
(setf url (compute-url object (slugify title))
|
||||
format (make-keyword (string-upcase format))
|
||||
text (render-text text format)
|
||||
excerpt (or excerpt
|
||||
(first (split (excerpt-sep *config*)
|
||||
(render-text text format)
|
||||
:limit 2)))
|
||||
excerpt (or excerpt
|
||||
(first (split (excerpt-sep *config*)
|
||||
(render-text text format)
|
||||
:limit 2)))
|
||||
author (or author (author *config*)))))
|
||||
|
||||
(defmethod render ((object post) &key prev next)
|
||||
|
|
Loading…
Add table
Reference in a new issue