summaryrefslogtreecommitdiff
path: root/templates/journal_page.html
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-06-28 22:25:24 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-06-28 22:25:24 +0200
commit43e782f4e53ff10511cde56742130cf7b7a9bf15 (patch)
tree82070c29f54d996a48f2bc9a6225511529dca2e7 /templates/journal_page.html
parent227044bd9d43552920797670a814d39c0bf63d3b (diff)
Include lang-rust.js for prettyprinting.
Diffstat (limited to 'templates/journal_page.html')
-rw-r--r--templates/journal_page.html1
1 files changed, 1 insertions, 0 deletions
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 @@
<link href="/journal/prettify/prettify.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/journal/prettify/prettify.js"></script>
<script type="text/javascript" src="/journal/prettify/lang-lisp.js"></script>
+ <script type="text/javascript" src="/journal/prettify/lang-rust.js"></script>
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/sha256.js"></script>
<script type="text/javascript" src="/js/comment-submission.js"></script>