commit f0be4dfe77f6f82b944520e1ca4baf562a8c2ec7
parent a1dddc02f4f698c6595637dd55883d12ab7374a2
Author: Decay <decay@todayiwilllaunchmyinfantsonintoorbit.com>
Date: Tue, 6 Oct 2020 18:05:30 -0700
Export the new config var, heh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/packages.lisp b/src/packages.lisp
@@ -34,7 +34,7 @@
(:import-from :alexandria :if-let :when-let*)
(:export #:initialize #:entry-point
*blog-title* *blog-header* *blog-links* *blog-stylesheet*
- *blog-timezone* *public-html* *root-uri*
+ *blog-timezone* *db-config* *public-html* *root-uri*
*generator* *page-generator* *rss-generator*
*blog-description* *blog-link* *blog-image-url* *blog-language*
*blog-category* *blog-copyright* *blog-managing-editor*