diff options
| -rw-r--r-- | haunt.scm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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"))) |