From a75b4ac74fb355633ccc6abb17d292b8c37391b6 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 2 May 2021 19:41:13 +0200 Subject: Add thanks page. * haunt.scm: Add thanks. * thanks.md: New file. * posts/faq.md: Update with reference to thanks page. --- haunt.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'haunt.scm') diff --git a/haunt.scm b/haunt.scm index c495989..656aec3 100644 --- a/haunt.scm +++ b/haunt.scm @@ -51,7 +51,8 @@ ("software" "Software" "/en/software") ("documents" "Documents" "/en/documents") ("contribute" "contribute" "/en/contribute") - ("blog" "Blog" "/en/blog")))) + ("blog" "Blog" "/en/blog") + ("thanks" "Thanks" "/en/thanks")))) `(div (@ (id "menubar") (class "width-control")) (ul @@ -162,6 +163,8 @@ representation." "software.sxml") (sxml-page "/en/people/index.html" "people.sxml") + (markdown-page "/en/thanks/index.html" + "thanks.md") (markdown-page "/en/documents/index.html" "documents.md") (markdown-page "/en/contribute/index.html" -- cgit v1.2.1