diff options
author | Wolfgang Müller | 2021-06-16 15:37:22 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-16 17:04:24 +0200 |
commit | 0adb42668c2a95986d06857f8cd6e39885d65c33 (patch) | |
tree | d80d53319706c9672e1c9eb527f8602ae463b393 /templates | |
parent | 276e7d3a0cea3b21823465c188d8baf76c868d07 (diff) | |
download | zunzuncito-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.html | 1 |
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"> |