summaryrefslogtreecommitdiff
path: root/website/haunt.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-04-24 15:26:44 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-04-24 15:26:44 -0400
commitd3a9ba4ebea136fae676911148509ec3f729abbc (patch)
tree244783f13c59f14a5e39c15e31411d6d81e4c36b /website/haunt.scm
parent28fc90b25e7768a0895aeede121b89c468d4b716 (diff)
website: Add copy of HTML manual.
Diffstat (limited to 'website/haunt.scm')
-rw-r--r--website/haunt.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/website/haunt.scm b/website/haunt.scm
index 142c656..25b2d57 100644
--- a/website/haunt.scm
+++ b/website/haunt.scm
@@ -98,6 +98,7 @@
(ul
(li ,(anchor "home" "/"))
(li ,(anchor "downloads" "/downloads.html"))
+ (li ,(anchor "docs" "/manual/index.html"))
(li ,(anchor "git"
"https://git.dthompson.us/haunt.git")))))
(div (@ (class "container"))
@@ -223,4 +224,5 @@ the official git repository:")
downloads-page
(static-directory "images")
(static-directory "css")
- (static-directory "js")))
+ (static-directory "js")
+ (static-directory "manual")))