From 0369d5bb56849d4aca8ce51655ed0dbd04cbe4b4 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Wed, 21 May 2025 09:39:31 -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