about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel@dybiec.info>2023-11-21 00:35:37 +0000
committerPaweł Dybiec <pawel@dybiec.info>2023-11-21 00:35:37 +0000
commit93b3894d5160809deba500252a4797018314f0df (patch)
treee043aabac0deb1babb730c9bc4eaeed4da705850 /templates
parentUpdate about + minor details (diff)
Hide non-published posts from the list main
Diffstat (limited to 'templates')
-rw-r--r--templates/post.html2
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$