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