diff options
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"> |