Fix sitemap package imports.
This commit is contained in:
parent
cb868f0852
commit
7fc472bb7f
1 changed files with 12 additions and 13 deletions
|
@ -1,18 +1,17 @@
|
|||
(defpackage :coleslaw-sitemap
|
||||
(:use :cl)
|
||||
(:import-from :coleslaw
|
||||
#:*config*
|
||||
#:deploy
|
||||
#:find-all
|
||||
#:make-pubdate
|
||||
#:page-url
|
||||
#:rel-path
|
||||
#:staging-dir
|
||||
#:theme-fn
|
||||
#:write-file)
|
||||
(:import-from :local-time
|
||||
#:format-timestring
|
||||
#:now)
|
||||
(:import-from :coleslaw #:*config*
|
||||
#:deploy
|
||||
#:find-all
|
||||
#:make-pubdate
|
||||
#:page-url
|
||||
#:rel-path
|
||||
#:staging-dir
|
||||
#:theme-fn
|
||||
#:write-file)
|
||||
(:import-from :local-time #:format-timestring
|
||||
#:now)
|
||||
(:import-from :alexandria #:hash-table-values)
|
||||
(:export #:enable))
|
||||
|
||||
(in-package :coleslaw-sitemap)
|
||||
|
|
Loading…
Add table
Reference in a new issue