about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
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$