feat: add draft support

This commit is contained in:
2022-11-25 15:50:48 +01:00
parent d11ca2e133
commit bef7af2d08
11 changed files with 57 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ eleventyNavigation:
<nav>
{% include "tagslist.njk" %}
</nav>
{% set articlesList = collections.articles %}
{% set articlesList = collections.articles | filterDraft %}
{% include "articlesList.njk" %}
</div>
<aside class="right-side">