aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-09-17 21:32:26 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-09-17 21:32:26 +0200
commit88161a4314a183058d9d61445330803b3e66ae65 (patch)
tree45e8e5b0e060f30d0dea2beacc6531ae003021ec
parenta43b442f6c053b2dd589fd97a55e469a4aaf1271 (diff)
feat: update post template
-rw-r--r--haunt.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index cafcef7..cc602bb 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -318,10 +318,11 @@ describe my personal projects and contributions.")))))
,@(map (lambda (tag)
`(li (@ (class "tag"))
(a (@ (href
- ,(string-append "/feeds/tags/" tag ".xml")))
+ ,(string-append "/feeds/tags/" tag ".xml"))
+ (class "tag__link"))
,tag)))
(assq-ref (post-metadata post) 'tags))))
- (div (@ (class "post-container")) ,(post-sxml post))))
+ (div (@ (class "post__container")) ,(post-sxml post))))
(define (project-template project)
`((div (@ (class "project"))