Minor package tweak.
This commit is contained in:
parent
c439f1a448
commit
248614e516
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
(defpackage :coleslaw
|
(defpackage :coleslaw
|
||||||
(:documentation "Homepage: <a href=\"http://github.com/redline6561/coleslaw\">Github</a>")
|
(:documentation "Homepage: <a href=\"http://github.com/redline6561/coleslaw\">Github</a>")
|
||||||
(:use :cl :closure-template)
|
(:use :cl)
|
||||||
(:import-from :alexandria #:hash-table-values
|
(:import-from :alexandria #:hash-table-values
|
||||||
#:make-keyword)
|
#:make-keyword)
|
||||||
|
(:import-from :closure-template #:compile-template)
|
||||||
(:export #:main
|
(:export #:main
|
||||||
#:add-injection
|
#:add-injection
|
||||||
#:render-content
|
#:render-content
|
||||||
#:render-feed
|
#:render
|
||||||
#:deploy))
|
#:deploy))
|
||||||
|
|
Loading…
Add table
Reference in a new issue