diff options
Diffstat (limited to 'src/blog/index.njk')
| -rw-r--r-- | src/blog/index.njk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blog/index.njk b/src/blog/index.njk index 2a2cc51..7922a48 100644 --- a/src/blog/index.njk +++ b/src/blog/index.njk @@ -4,5 +4,5 @@ title: "getchoo's blog" description: "getchoo's blog posts" --- -{% set postList = search.pages("type=posts", "date=desc", 3) %} -{% include "components/postlist.njk" %} +{% set postList = search.pages("type=posts", "date=desc", 3) %} {% include +"components/postlist.njk" %} |
