Sfoglia il codice sorgente

Fix some missing imports in the static-pages plugin.

Brit Butler 11 anni fa
parent
commit
b703477ed8
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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)