From d46a9126a63a31847a17fb7d5b0d6c5019873331 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 28 Jun 2018 22:29:21 +0200 Subject: Include lang-hs.js for prettyprinting. --- mulkcms.lisp | 1 + templates/edit_page.html | 1 + templates/journal_page.html | 1 + 3 files changed, 3 insertions(+) diff --git a/mulkcms.lisp b/mulkcms.lisp index 6c2a0d3..08566a7 100644 --- a/mulkcms.lisp +++ b/mulkcms.lisp @@ -286,6 +286,7 @@ (:prettify.js "/prettify/prettify.js") (:prettify-lisp.js "/prettify/lang-lisp.js") (:prettify-rust.js "/prettify/lang-rust.js") + (:prettify-hs.js "/prettify/lang-hs.js") (:pingback "/rpc"))))) (defun call-with-db (thunk) diff --git a/templates/edit_page.html b/templates/edit_page.html index 37b72d1..09f037f 100644 --- a/templates/edit_page.html +++ b/templates/edit_page.html @@ -8,6 +8,7 @@ + diff --git a/templates/journal_page.html b/templates/journal_page.html index 0119b5d..ed9a480 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -4,6 +4,7 @@ + -- cgit v1.2.3