diff options
-rw-r--r-- | sass/style.sass | 4 | ||||
-rw-r--r-- | templates/macros.html | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sass/style.sass b/sass/style.sass index e911c97..f5115cb 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -76,10 +76,6 @@ code .bigger font-size: larger -.warning - font-weight: bold - color: red - div.banner display: flex 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"> |