summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haunt.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index 0fa918b..ccee372 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -93,7 +93,10 @@
(meta (@ (charset "utf-8")))
(title ,(string-append title " — " (site-title site)))
,(stylesheet "fonts")
- ,(stylesheet "jakob"))
+ ,(stylesheet "highlight")
+ ,(stylesheet "jakob")
+ (script (@ (src "/js/highlight.pack.js")))
+ (script "hljs.initHighlightingOnLoad()"))
(body
(div (@ (class "container"))
(div (@ (class "nav"))
@@ -170,5 +173,6 @@ free culture works available under the " ,%cc-by-sa-link " license.")
about-page
projects-page
(static-directory "css")
+ (static-directory "js")
(static-directory "fonts")
(static-directory "images")))