diff --git a/source/_includes/latest-posts.html.twig b/source/_includes/latest-posts.html.twig new file mode 100644 index 00000000..3f026e73 --- /dev/null +++ b/source/_includes/latest-posts.html.twig @@ -0,0 +1,5 @@ +
+ {% for post in data.posts[0:number_of_posts|default(5)] %} + {{ post.title }} + {% endfor %} +