From b8da17fa8bba5eefa376047b1e381f7c20c0e85c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 15 Jun 2015 12:48:01 +0100 Subject: [PATCH] Removed erroneous tag --- source/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog.html b/source/blog.html index d6bffff80..e71c585e7 100644 --- a/source/blog.html +++ b/source/blog.html @@ -11,7 +11,7 @@ use:

Blog

{% for post in page.pagination.items %} -
+

{{ post.title }}

{% if post.blocks.excerpt %} {{ post.blocks.excerpt | raw }}