From d3a9ba4ebea136fae676911148509ec3f729abbc Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 24 Apr 2016 15:26:44 -0400 Subject: website: Add copy of HTML manual. --- website/haunt.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'website/haunt.scm') 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"))) -- cgit v1.2.3