summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tekuti/web.scm')
-rw-r--r--tekuti/web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tekuti/web.scm b/tekuti/web.scm
index fcd227d..e1519d7 100644
--- a/tekuti/web.scm
+++ b/tekuti/web.scm
@@ -54,6 +54,7 @@
((POST archives year! month! day! post!) page-new-comment)
((GET feed) page-feed-atom)
((GET feed atom) page-feed-atom)
+ ((GET feed atom tag!) page-feed-atom-tag)
((POST search) page-search)
((GET tags) page-show-tags)
((GET tags tag!) page-show-tag)