summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/post.html b/templates/post.html
index 8da33b2..56bdef8 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -20,9 +20,14 @@
<main>
<h1>{{ title }}</h1>
-<p><i><time datetime="{{ date }}" pubdate>
-{{ date }}
-</time></i></p>
+<p>
+ <i><time datetime="{{ date }}" pubdate>
+ {{ date }}
+ </time></i>
+{% if status == "draft" %}
+• {{ status }}
+{% endif %}
+</p>
<content>
{{ content|safe }}