Selaa lähdekoodia

Fix some missing imports in the static-pages plugin.

Brit Butler 11 vuotta sitten
vanhempi
commit
b703477ed8
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      plugins/static-pages.lisp

+ 2 - 0
plugins/static-pages.lisp

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