summaryrefslogtreecommitdiff
path: root/website/haunt.scm
diff options
context:
space:
mode:
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")))