summaryrefslogtreecommitdiffstats
path: root/feed.scm
diff options
context:
space:
mode:
Diffstat (limited to 'feed.scm')
-rw-r--r--feed.scm2
1 files changed, 1 insertions, 1 deletions
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))