summaryrefslogtreecommitdiff
path: root/topics.skb
diff options
context:
space:
mode:
Diffstat (limited to 'topics.skb')
-rw-r--r--topics.skb14
1 files changed, 0 insertions, 14 deletions
diff --git a/topics.skb b/topics.skb
deleted file mode 100644
index cd3c053..0000000
--- a/topics.skb
+++ /dev/null
@@ -1,14 +0,0 @@
-(use-modules (rnrs hashtables)
- (tissue tissue))
-
-;; Steal file-details from (tissue issue) until there is a public
-;; interface for it.
-(define file-details
- (@@ (tissue issue) file-details))
-
-(document :title "Topics"
- (itemize (filter-map (lambda (file)
- (let ((file-details (file-details file)))
- (item (ref :url (replace-extension file "html")
- :text (hashtable-ref file-details 'title file)))))
- (gemtext-files-in-directory "topics"))))