From f77db80077d739077becc1618b87818ea42f145c Mon Sep 17 00:00:00 2001 From: Brandon Mathis <brandon@imathis.com> Date: Sun, 19 Jun 2011 15:14:01 -0400 Subject: 1. Switched back to Rdiscount 2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link --- themes/classic/source/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'themes/classic/source/index.html') diff --git a/themes/classic/source/index.html b/themes/classic/source/index.html index 09eb8d13..f151e06e 100644 --- a/themes/classic/source/index.html +++ b/themes/classic/source/index.html @@ -1,9 +1,10 @@ --- layout: default +blog_index: true --- -{% for page in site.posts limit:3 %} -{% assign content = page.content %} {% assign index = true %} +{% for page in site.posts limit:site.posts_per_page %} +{% assign content = page.content %} <article> {% include article.html %} </article> -- cgit v1.2.1