diff --git a/site/_includes/home.njk b/site/_includes/home.njk index 7c34e04..003199d 100644 --- a/site/_includes/home.njk +++ b/site/_includes/home.njk @@ -3,7 +3,7 @@ layout: "base.njk" --- {{ content | safe }} {%- for name, collection in collections -%} - {%- if name not in ["all", "timeline", "pages", "books"] -%} + {%- if name in ["posts"] -%}