From 93b3894d5160809deba500252a4797018314f0df Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Tue, 21 Nov 2023 00:35:37 +0000 Subject: Hide non-published posts from the list --- templates/post.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/post.html b/templates/post.html index 732149b..30b75a1 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,6 +1,8 @@
+ $if(date)$ Posted on $date$ + $endif$ $if(author)$ by $author$ $endif$ -- cgit 1.4.1