diff options
Diffstat (limited to 'templates/feed.html')
-rw-r--r-- | templates/feed.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/feed.html b/templates/feed.html index 86013bb..f8800bc 100644 --- a/templates/feed.html +++ b/templates/feed.html @@ -24,7 +24,6 @@ {% if posts %} <ul class="posts"> {% for post in posts %} - <li> <span> <i> @@ -35,9 +34,6 @@ </span> <a href="{{ post.name }}"> {{ post.metadata.title }} - {% if post.is_draft() %} - (Draft) - {% endif %} </a> </li> {% endfor %} |