From 0d18c6b16c59f8445a3456e223581b1c62c849ef Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sun, 14 Dec 2008 14:07:18 -0800 Subject: [PATCH] readme data tweaks --- README.textile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.textile b/README.textile index 15042a9d..35fd1b32 100644 --- a/README.textile +++ b/README.textile @@ -76,20 +76,22 @@ h3. Post The title of the Post post.url - The URL of the Post without the domain e.g. /2008/12/14/my-post.html + The URL of the Post without the domain + e.g. /2008/12/14/my-post.html post.date The Date assigned to the Post post.id An identifier unique to the Post (useful in RSS feeds) + e.g. /2008/12/14/my-post post.content The content of the Post post.related_posts - A list of up to ten Posts that are related to this Post. For high - quality results be sure to run the jekyll command with --lsi option + A list of up to ten Posts that are related to this Post. For high quality + results be sure to run the jekyll command with the --lsi option h2. Filters, Tags, and Blocks