Draft indicator
This commit is contained in:
parent
29a576bf7d
commit
fb54f7f667
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue