Remove drafted watermark for now

The implementation wasn't as clean as I'd like it to be
This commit is contained in:
daudix
2024-10-12 18:17:45 +03:00
parent de43c29786
commit 003ec0b29a
3 changed files with 0 additions and 33 deletions

View File

@ -12,12 +12,6 @@
{%- endif -%}
<article>
{%- if page.draft -%}
<div id="draft-watermark">
<span>{{- macros_translate::translate(key="drafted", default="Drafted", language_strings=language_strings) -}}</span>
</div>
{%- endif -%}
{%- if page.extra.banner -%}
<div id="banner-container">
<img id="banner" class="full-bleed{% if page.extra.banner_pixels %} pixels{% endif %}" src="{{ current_url ~ page.extra.banner }}" {% if config.markdown.lazy_async_image %}decoding="async" loading="lazy"{% endif %} />