aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-27 13:28:55 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-27 13:28:55 +0200
commit92a53a00af6b71d3705941d5210e9c98818091e5 (patch)
treee464a87d7205dd0add8e355f89d3e429d97fe9b8
parent32ac0c1721f3df8548e8b8fcb1fda94655a9d886 (diff)
fix: fix posts collection base name
-rw-r--r--haunt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index 107f274..a3504d1 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -384,7 +384,7 @@ describe my personal projects and contributions.")))))
projects))))
(define %blog-collections
- `(("Blog" "index.html" ,posts/reverse-chronological)))
+ `(("Blog" "posts/index.html" ,posts/reverse-chronological)))
(define %portfolio-collections
`(("Projects" "index.html")))