From 7eb044672595946e0b360ff57128dad50892a2ee Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 31 Mar 2024 16:05:15 +0300 Subject: Remove .html suffix from archive links, add deploy.sh --- feed.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feed.scm') diff --git a/feed.scm b/feed.scm index ff90fc3..4add4f8 100644 --- a/feed.scm +++ b/feed.scm @@ -85,7 +85,7 @@ (define kind (assocdr 'kind (cdr pair))) (define link (pipe path (@ replace (format "^~A\\/?" src-dir) "/") - (@ replace "\\.md$" ".html"))) + (@ replace "\\.md$" ""))) (format "* [~A (~A) [~A]](~A)" title date kind link)) (define index-lis (map to-li fm-sorted)) -- cgit v1.3