From fb54f7f6676203ceb2d27c834a8abbb691c5d0cd Mon Sep 17 00:00:00 2001 From: Hazel Aranda Date: Thu, 25 Mar 2021 15:32:32 -0400 Subject: [PATCH] Draft indicator --- templates/section.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/section.html b/templates/section.html index ae1655f..ebe44d5 100644 --- a/templates/section.html +++ b/templates/section.html @@ -8,7 +8,7 @@ {% for page in section.pages | sort(attribute="date") | reverse %}
  • - {{ page.title }} + {{ page.title }}{% if page.draft %} [DRAFT]{% endif %} {% if page.date %}