Browse Source

Fix some missing imports in the static-pages plugin.

Brit Butler 11 years ago
parent
commit
b703477ed8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/static-pages.lisp

+ 2 - 0
plugins/static-pages.lisp

7
                           #:find-all
7
                           #:find-all
8
                           #:render
8
                           #:render
9
                           #:publish
9
                           #:publish
10
+                          #:theme-fn
11
+                          #:render-text
10
                           #:write-document))
12
                           #:write-document))
11
 
13
 
12
 (in-package :coleslaw-static-pages)
14
 (in-package :coleslaw-static-pages)