Hi,
Mark Wielaard <mjw(a)gnu.org> skribis:
From 57c8ddcacc10de4f82439ba4ca6b57573f651000 Mon Sep 17 00:00:00
2001
From: Mark Wielaard <mark(a)klomp.org>
Date: Sun, 2 May 2021 19:41:13 +0200
Subject: [PATCH] Add thanks page.
* haunt.scm: Add thanks.
* thanks.md: New file.
* posts/faq.md: Update with reference to thanks page.
LGTM! (Provided the individuals listed there agree.)
+++ 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"))))
This menu is starting to be crowded, but I’m not sure how to address that.
Thanks,
Ludo’.