From f6a545b00a4046879b7cc25c06c37bb6b6880b43 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 8 Mar 2024 14:53:01 +0100 Subject: Use serde and time --- templates/index.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/index.txt') diff --git a/templates/index.txt b/templates/index.txt index 1474e7c..ca0fba4 100644 --- a/templates/index.txt +++ b/templates/index.txt @@ -1,10 +1,10 @@ # My Ephemeral Blog -{{~ it.posts: post}} +{{~ posts: post}} {{= post.raw}} ------------------------------------ {{~}} -{{? it.posts.length === 0}} +{{? posts_count == 0}} ## This is a fresh blog! There are no posts yet. -- cgit