From 4112a72b11a5cdd58618946ae66ea667280ff5c6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 14 Apr 2022 17:08:33 +0530 Subject: Add separate page for topics. * topics.skb: New file. * tissue.scm (#:web-files): Add topics.html. * index.skb: Link to topics page. --- tissue.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tissue.scm') diff --git a/tissue.scm b/tissue.scm index 712892e..3bcdcd7 100644 --- a/tissue.scm +++ b/tissue.scm @@ -43,6 +43,8 @@ (skribe-exporter "index.skb")) (file "team.html" (skribe-exporter "team.skb")) + (file "topics.html" + (skribe-exporter "topics.skb")) (append (tag-pages) (filter-map (lambda (filename) (and (string-suffix? ".gmi" filename) -- cgit v1.2.3