diff options
author | Paweł Dybiec <pawel@dybiec.info> | 2023-11-21 00:35:37 +0000 |
---|---|---|
committer | Paweł Dybiec <pawel@dybiec.info> | 2023-11-21 00:35:37 +0000 |
commit | 93b3894d5160809deba500252a4797018314f0df (patch) | |
tree | e043aabac0deb1babb730c9bc4eaeed4da705850 /templates | |
parent | Update about + minor details (diff) |
Hide non-published posts from the listmain
Diffstat (limited to 'templates')
-rw-r--r-- | templates/post.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <article> <section class="header"> + $if(date)$ Posted on $date$ + $endif$ $if(author)$ by $author$ $endif$ |