Skip to content

Instantly share code, notes, and snippets.

@ponkore
Created August 6, 2012 12:38
Show Gist options
  • Save ponkore/3274146 to your computer and use it in GitHub Desktop.
Save ponkore/3274146 to your computer and use it in GitHub Desktop.
duplicated declaration in config.clj
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