From 50f53dc480fda8b3daab7a34454c2dd9f3f5f991 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 9 Mar 2024 15:34:57 +0100 Subject: Improve the error handling --- templates/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.txt b/templates/index.txt index ca0fba4..52d363e 100644 --- a/templates/index.txt +++ b/templates/index.txt @@ -4,7 +4,7 @@ {{= post.raw}} ------------------------------------ {{~}} -{{? posts_count == 0}} +{{? !has_posts }} ## This is a fresh blog! There are no posts yet. -- cgit