From 44c10f9710632a72427120ccdb9f16ad146574b4 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 16 Nov 2017 17:20:46 +0100 Subject: Render post teasers using partial. --- templates/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index a4279bd..2a3a95b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,8 +4,6 @@ {{ title }} - + {{# posts }}{{> post_teaser.html }}{{/ posts }} -- cgit v1.2.3