Fix style-warnings for static-pages plugin.
This commit is contained in:
parent
1ea73feab7
commit
975be4236e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
(defmethod render ((object page) &key next prev)
|
(defmethod render ((object page) &key next prev)
|
||||||
;; For the time being, we'll re-use the normal post theme.
|
;; For the time being, we'll re-use the normal post theme.
|
||||||
|
(declare (ignore next prev))
|
||||||
(funcall (theme-fn 'post) (list :config *config*
|
(funcall (theme-fn 'post) (list :config *config*
|
||||||
:post object)))
|
:post object)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue