From 0032d2e8c81f242f5de09386f94e50722c3adc11 Mon Sep 17 00:00:00 2001 From: Japh Date: Mon, 22 Jul 2013 13:37:25 +1000 Subject: [PATCH] Fixed issue with entire list HTML being output for each list item --- articles.html | 4 ++-- index.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/articles.html b/articles.html index 41a85a3..07567e1 100644 --- a/articles.html +++ b/articles.html @@ -5,8 +5,8 @@ title: Articles description: "An archive of posts sorted by date." --- -{% for post in site.posts %} -{% endfor %} \ No newline at end of file diff --git a/index.html b/index.html index cc3ce53..de17031 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,8 @@ description: "A simple and clean responsive Jekyll theme for words and photos." tags: [Jekyll, theme, themes, responsive, blog, minimalism] --- -{% for post in site.posts limit:10 %} -{% endfor %} \ No newline at end of file +{% endfor %} + \ No newline at end of file