Render a list of posts

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent d5197a0a58
commit 0dc346f591
3 changed files with 3 additions and 4 deletions

View File

@@ -119,8 +119,7 @@ sitegen.create =>
@site_title = "WebDevCat.me"
@app_name = "stasis"
@version = "0.2.12"
@list_posts = list_posts2
@lp = list_posts
@list_posts = list_posts
add "index.html", title: "Catalin Mititiuc"
add "blog.html", title: "Posts", target: "posts/index", template: "blog"