diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 10:35:04 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 10:35:04 -0400 |
| commit | f9e38be6c95594e9642e2530e2aa0286cff5a00f (patch) | |
| tree | db4193228ecf48cb93541c2695c34b7caa5fd1ab /haunt.scm | |
| parent | 76cfa921230196ad15340718dea63e652dfb7f3b (diff) | |
Remove highlight.js in favor of htmlize
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -94,9 +94,7 @@ (title ,(string-append title " — " (site-title site))) ,(stylesheet "fonts") ,(stylesheet "highlight") - ,(stylesheet "jakob") - (script (@ (src "/js/highlight.pack.js"))) - (script "hljs.initHighlightingOnLoad()")) + ,(stylesheet "jakob")) (body (div (@ (class "container")) (div (@ (class "nav")) @@ -201,7 +199,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") (lambda (site posts) |