From 9ae60d45fb8fc7998cc4de8a4d9d39aebc7ffea1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 29 Mar 2020 15:49:00 +0200 Subject: Moved post listing into partials --- templates/index.twig | 10 +--------- templates/partials/posts.twig | 8 ++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 templates/partials/posts.twig (limited to 'templates') diff --git a/templates/index.twig b/templates/index.twig index 5056040..b7916cf 100644 --- a/templates/index.twig +++ b/templates/index.twig @@ -36,18 +36,10 @@ {% include "partials/navigation.twig" %}

Posts

+ {% include "partials/posts.twig" %} -

Projects

- {% include "partials/projects.twig" %} diff --git a/templates/partials/posts.twig b/templates/partials/posts.twig new file mode 100644 index 0000000..b900ef6 --- /dev/null +++ b/templates/partials/posts.twig @@ -0,0 +1,8 @@ + -- cgit v1.2.3