Draft indicator

This commit is contained in:
Hazel Layne Aranda 2021-03-25 15:32:32 -04:00
parent 29a576bf7d
commit fb54f7f667

View file

@ -8,7 +8,7 @@
{% for page in section.pages | sort(attribute="date") | reverse %}
<li>
<a class="internal" href="{{ page.permalink }}">
{{ page.title }}
{{ page.title }}{% if page.draft %} [DRAFT]{% endif %}
{% if page.date %}
<p class="post-date">