From 60709da7067fbe1d106fbdfadb3a84b35d07d721 Mon Sep 17 00:00:00 2001 From: Nick Quaranto Date: Tue, 10 Feb 2009 01:38:09 -0500 Subject: [PATCH] Removing some bad formatting in the README --- README.textile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.textile b/README.textile index 35c98daf..0ed13e8f 100644 --- a/README.textile +++ b/README.textile @@ -256,13 +256,13 @@ h3. Predefined Post Variables be used as the final URL. published - Set to false if you don't want a post to show up when the site is - generated. + Set to false if you don't want a post to show up when the site is + generated. - category/categories - Instead of placing posts inside of folders, you can specify one or more - categories that the post belongs to. When the site is generated the post - will act as though it had been set with these categories normally. + category/categories + Instead of placing posts inside of folders, you can specify one or more + categories that the post belongs to. When the site is generated the post + will act as though it had been set with these categories normally. h3. Custom Variables @@ -381,7 +381,7 @@ within a Liquid template as follows:
 {% for post in site.categories.foo %}
-	
  • {{ post.date | date_to_string }} - {{ post.title }}
  • +
  • {{ post.date | date_to_string }} - {{ post.title }}
  • {% endfor %}