diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,7 +5,11 @@ layout: default <div class="home"> <ul class="post-list"> - {% for post in site.posts %} + {% for post in site.posts %} + {% if post.unlisted == true %} + {% continue %} + {% endif %} + <li> <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span> <h2> |