readme data tweaks

This commit is contained in:
Tom Preston-Werner 2008-12-14 14:07:18 -08:00
parent 6b582ffc96
commit 0d18c6b16c
1 changed files with 5 additions and 3 deletions

View File

@ -76,20 +76,22 @@ h3. Post
The title of the Post The title of the Post
post.url 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 post.date
The Date assigned to the Post The Date assigned to the Post
post.id post.id
An identifier unique to the Post (useful in RSS feeds) An identifier unique to the Post (useful in RSS feeds)
e.g. /2008/12/14/my-post
post.content post.content
The content of the Post The content of the Post
post.related_posts post.related_posts
A list of up to ten Posts that are related to this Post. For high A list of up to ten Posts that are related to this Post. For high quality
quality results be sure to run the jekyll command with --lsi option results be sure to run the jekyll command with the --lsi option
h2. Filters, Tags, and Blocks h2. Filters, Tags, and Blocks