Add HTML tag

This commit is contained in:
oakes
2014-04-01 17:09:54 -04:00
parent 72bc408bd7
commit 38c797b19c

View File

@@ -62,7 +62,8 @@
(defn create-file (defn create-file
[parsed-files name content] [parsed-files name content]
(html [:head (html [:html
[:head
[:title name] [:title name]
[:link {:rel "stylesheet" :href "highlight.css"}] [:link {:rel "stylesheet" :href "highlight.css"}]
[:link {:rel "stylesheet" :href "main.css"}]] [:link {:rel "stylesheet" :href "main.css"}]]
@@ -70,7 +71,7 @@
(sidebar parsed-files) (sidebar parsed-files)
content content
[:script {:src "highlight.js"}] [:script {:src "highlight.js"}]
[:script {:src "main.js"}]])) [:script {:src "main.js"}]]]))
(defn copy-from-res (defn copy-from-res
[dir file-name] [dir file-name]