diff --git a/public/index.html b/public/index.html
index 6e9e57d..3da9bfb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,9 +5,9 @@
-
-
-
+
+
+
Slingcode
diff --git a/src/slingcode-bootleg.clj b/src/slingcode-bootleg.clj
index 9891635..63d8322 100644
--- a/src/slingcode-bootleg.clj
+++ b/src/slingcode-bootleg.clj
@@ -4,6 +4,6 @@
js (slurp "../build/js/main.js")]
(-> template
(enlive/at [:link#style] (enlive/substitute (convert-to [:style css] :hickory)))
- (enlive/at [:link.css] (enlive/substitute nil))
+ (enlive/at [:link.rm] nil)
(enlive/at [:link#favicon] (enlive/substitute (convert-to [:link {:rel "icon" :href logo}] :hickory)))
(enlive/at [:script#entrypoint] (enlive/substitute (convert-to [:script js] :hickory)))))
diff --git a/src/slingcode-site-bootleg.clj b/src/slingcode-site-bootleg.clj
index 4139c63..1993081 100644
--- a/src/slingcode-site-bootleg.clj
+++ b/src/slingcode-site-bootleg.clj
@@ -1,6 +1,7 @@
(let [template (html "../build/index.html")
template (enlive/at template [:head] (enlive/append (html "slingcode-social.html" :hickory-seq)))
template (enlive/at template [:link] (fn [t] (update-in t [:attrs :href] (fn [a] (str "public/" a)))))
+ template (enlive/at template [:link.rm] nil)
template (enlive/at template [:script] (enlive/substitute nil))
static (html "slingcode-static.html")
static (enlive/at static [:section#about] (enlive/content (markdown (str "../" (last *command-line-args*)) :hickory-seq)))