Implement draft system

This commit is contained in:
n_u
2026-08-04 11:16:57 -05:00
parent 42cee91016
commit 6f5394010b
4 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<a href="{{ post.url }}" class="postlist-link">
{% endif %}
<h3>
{% if post.data.title %}{{ post.data.title | markdownify | safe }}{% else %}?{% endif %}
{% if post.data.draft %}<mark class="draftMarker">DRAFT:</mark> {% endif %}{% if post.data.title %}{{ post.data.title | markdownify | safe }}{% else %}?{% endif %}
</h3>
{% if not postListTypeMicroblog %}
</a>