From 53109fa5e1404c0f5cd4328135f5b5fd7c88b555 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Fri, 14 Nov 2014 11:22:48 -0500 Subject: Further optimizations --- projects/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'projects/index.html') diff --git a/projects/index.html b/projects/index.html index 2c92c36..2036787 100644 --- a/projects/index.html +++ b/projects/index.html @@ -4,8 +4,8 @@ title: Ben Burwell’s Projects description: Projects I’ve done. --- -{% for post in site.categories.projects %} -
+
+ {% for post in site.categories.projects %}

{{ post.title }}

-
-{% endfor %} + {% endfor %} +
-- cgit v1.2.3