diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-09 15:34:57 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-09 15:34:57 +0100 |
| commit | 50f53dc480fda8b3daab7a34454c2dd9f3f5f991 (patch) | |
| tree | 2205be7a9c806ce59c851de9b50b9e18f973008d /templates/index.txt | |
| parent | 172f4c8807d44ebe38c7f227b7fdc2d6a9dbe323 (diff) | |
Improve the error handlingrust
Diffstat (limited to 'templates/index.txt')
| -rw-r--r-- | templates/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |