commit 9add2fd979676a6403e129a34fd57c0ce345c978 parent 9c3d36756342a128f10caeca59809d46b270caff Author: Yuval Langer <yuval.langer@gmail.com> Date: Fri, 5 Jan 2024 02:20:39 +0200 Merge internal links into a single list. Diffstat:
M | kakafarm/index.scm | | | 20 | +++++++++++--------- |
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/kakafarm/index.scm b/kakafarm/index.scm @@ -4,21 +4,23 @@ (begin (define* (make-index-sxml #:key posts) - `(div (h2 "Software:") - (a (@ (href "/software/")) - "Various software!") + `(div (h2 "Pages of interest:") + - (h2 "Blog") (ul + (li (a (@ (href "/software/")) + "Various software!")) (li (a (@ (href "//kaka.farm/haunt/")) "A Haunt blog!")) (li (a (@ (href "//kaka.farm/blog/")) - "blog-ish. Will be merged into the Haunt blog."))) + "blog-ish. Will be consolidated into the Haunt blog eventually.")) + (li (a (@ (href "//kaka.farm/~commonly-forgotten/")) + "Commonly Forgotten") + " has some terribly written notes (which I should consolidate into +Haunt). A very old bunch of static site generator notes.")) - (h2 "Commonly Forgotten") - (a (@ (href "//kaka.farm/~commonly-forgotten/")) "Commonly Forgotten") - " has some terribly written notes (which I should consolidate into -Haunt). A very old bunch of static site generator notes." + (p + "(I promise I'll stop Static-Site-Generators-hopping this time!)") (h2 "Git repository repositories") (ul (li (a (@ (href "/stagit/"))