aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-04-04 12:01:55 -0500
committerEv Bogue <ev@evbogue.com>2019-04-04 12:01:55 -0500
commit5d8342c3aba335b21e53f87a0ed9e5915ba711b8 (patch)
tree1225890bf45e02216b5b2ba6f237ec71ab68f54b /index.html
parent7dd4ae88170afedc6b6308b77e482edcc2a967e9 (diff)
add marked support, and make sure publickey links use hash router
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index d99054e..59cf4b5 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,7 @@
<body>
<script src="nacl.min.js"></script>
<script src="nacl-util.min.js"></script>
+ <script src="marked.min.js"></script>
<script src="lib.js"></script>
<script src="app.js"></script>
</body>