summaryrefslogtreecommitdiffstats
path: root/apps/blog/templates/components.scm
diff options
context:
space:
mode:
authorAndreas Widen <andreas@harmonicflow.org>2023-11-26 16:40:12 +0100
committerAndreas Widen <andreas@harmonicflow.org>2023-11-26 16:40:12 +0100
commit0df690cb4b5d7b8040be6a87d832e652d79b68a8 (patch)
tree6124b238ea8493cb33915ddc3996d52cbb2b8a6c /apps/blog/templates/components.scm
parent1b2b7c3eb939724696894f31ff27db97b0cac84c (diff)
downloadhf-web-0df690cb4b5d7b8040be6a87d832e652d79b68a8.tar.xz
hf-web-0df690cb4b5d7b8040be6a87d832e652d79b68a8.zip
blog: Fix link in sidebar tag and atom feed.
Signed-off-by: Andreas Widen <andreas@harmonicflow.org>
Diffstat (limited to 'apps/blog/templates/components.scm')
-rw-r--r--apps/blog/templates/components.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/blog/templates/components.scm b/apps/blog/templates/components.scm
index 6c49f94..79bd5bd 100644
--- a/apps/blog/templates/components.scm
+++ b/apps/blog/templates/components.scm
@@ -73,6 +73,6 @@
(lambda (tag)
`(li (@ (class "bar-item"))
(a (@ (class "bar-link")
- (href ,(hfweb-url (url-path-join (tag-url-path tag) ""))))
+ (href ,(hfweb-url (url-path-join (tag-url-path tag)))))
,tag)))
(sort tags tag-first?)))))