diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-04-24 15:26:44 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-04-24 15:26:44 -0400 |
commit | d3a9ba4ebea136fae676911148509ec3f729abbc (patch) | |
tree | 244783f13c59f14a5e39c15e31411d6d81e4c36b /website/haunt.scm | |
parent | 28fc90b25e7768a0895aeede121b89c468d4b716 (diff) |
website: Add copy of HTML manual.
Diffstat (limited to 'website/haunt.scm')
-rw-r--r-- | website/haunt.scm | 4 |
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"))) |