summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorWolfgang Müller2021-06-16 15:37:22 +0200
committerWolfgang Müller2021-06-16 17:04:24 +0200
commit0adb42668c2a95986d06857f8cd6e39885d65c33 (patch)
treed80d53319706c9672e1c9eb527f8602ae463b393 /templates
parent276e7d3a0cea3b21823465c188d8baf76c868d07 (diff)
downloadzunzuncito-0adb42668c2a95986d06857f8cd6e39885d65c33.tar.gz
Remove special handling for draft posts
This feature was only used once for testing.
Diffstat (limited to 'templates')
-rw-r--r--templates/macros.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/macros.html b/templates/macros.html
index 9aa913a..09b8a13 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -11,7 +11,6 @@
<a class="bold-hover" title="permalink to this post" href="{{ post.permalink }}">{% if mention %}№ {{ post.slug }} {% else %}§{% endif %}</a>
<time class="mute" datetime="{{ post.date }}" title="{{ post.date }}">{{ post.date | date(format="%F %R") }}</time>
{%- if render_title and post.title %}<h2 class="mute">{{ post.title }}</h2>{% endif %}
- {%- if post.draft %}<span class="warning">DRAFT</span>{% endif %}
</div>
{%- if "tags" in post.taxonomies %}
<nav class="tags">