From 0adb42668c2a95986d06857f8cd6e39885d65c33 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Wed, 16 Jun 2021 15:37:22 +0200 Subject: Remove special handling for draft posts This feature was only used once for testing. --- sass/style.sass | 4 ---- templates/macros.html | 1 - 2 files changed, 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 @@ {% if mention %}№ {{ post.slug }} {% else %}§{% endif %} {%- if render_title and post.title %}

{{ post.title }}

{% endif %} - {%- if post.draft %}DRAFT{% endif %} {%- if "tags" in post.taxonomies %}