Created
August 6, 2012 12:38
-
-
Save ponkore/3274146 to your computer and use it in GitHub Desktop.
duplicated declaration in config.clj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/misaki/config.clj b/src/misaki/config.clj | |
index ee06fbe..dfffb85 100644 | |
--- a/src/misaki/config.clj | |
+++ b/src/misaki/config.clj | |
@@ -57,8 +57,6 @@ | |
(declare ^:dynamic *post-sort-type*) | |
;; Compile options for ClojureScript | |
(declare ^:dynamic *cljs-compile-options*) | |
-;; Current site data | |
-(declare ^:dynamic *site*) | |
;; URL base | |
(def ^:dynamic *url-base* "/") | |
;; Index file name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment