Fix style-warnings for static-pages plugin.

This commit is contained in:
Brit Butler 2014-05-06 15:19:26 -04:00
parent 1ea73feab7
commit 975be4236e

View file

@ -25,6 +25,7 @@
(defmethod render ((object page) &key next prev)
;; For the time being, we'll re-use the normal post theme.
(declare (ignore next prev))
(funcall (theme-fn 'post) (list :config *config*
:post object)))