Explorar o código

Fix some missing imports in the static-pages plugin.

Brit Butler %!s(int64=11) %!d(string=hai) anos
pai
achega
b703477ed8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)