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