From 975be4236e254e10bfbeb74878f5d306f3fbd319 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Tue, 6 May 2014 15:19:26 -0400 Subject: [PATCH] Fix style-warnings for static-pages plugin. --- plugins/static-pages.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/static-pages.lisp b/plugins/static-pages.lisp index b7959db..f240d92 100644 --- a/plugins/static-pages.lisp +++ b/plugins/static-pages.lisp @@ -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)))