From 43e782f4e53ff10511cde56742130cf7b7a9bf15 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 28 Jun 2018 22:25:24 +0200 Subject: Include lang-rust.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 543cb12..6c2a0d3 100644 --- a/mulkcms.lisp +++ b/mulkcms.lisp @@ -285,6 +285,7 @@ (:prettify.css "/prettify/prettify.css") (:prettify.js "/prettify/prettify.js") (:prettify-lisp.js "/prettify/lang-lisp.js") + (:prettify-rust.js "/prettify/lang-rust.js") (:pingback "/rpc"))))) (defun call-with-db (thunk) diff --git a/templates/edit_page.html b/templates/edit_page.html index 7697823..37b72d1 100644 --- a/templates/edit_page.html +++ b/templates/edit_page.html @@ -7,6 +7,7 @@ href="/journal/wymeditor/skins/seamless/skin.css"/> + diff --git a/templates/journal_page.html b/templates/journal_page.html index dd3c8c7..0119b5d 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -3,6 +3,7 @@ + -- cgit v1.2.3