From a48b79c7c7db707e5d57a3ec00d83e4e9fd9f5ad Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 20:18:05 -0700 Subject: [PATCH] Clean up --- blog.html | 9 +-------- index.html | 8 +------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/blog.html b/blog.html index fcdec80..0e369c8 100644 --- a/blog.html +++ b/blog.html @@ -1,10 +1,3 @@

Posts

-$(get_posts())[[ -
-

$post_title

- — $blurb - Read post → -
-]] - +$each{list_posts(), "post"}[[$post]] diff --git a/index.html b/index.html index 8164f2a..e679bf0 100644 --- a/index.html +++ b/index.html @@ -6,13 +6,7 @@ $render{"templates/wares"}

Posts

-$(get_posts({limit = 5}))[[ -
-

$post_title

- — $blurb - Read post → -
-]] +$each{list_posts({limit = 5}), "post"}[[$post]]

View more posts