Skip to content

Commit

Permalink
Removing some bad formatting in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Feb 10, 2009
1 parent 45b33f7 commit 60709da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.textile
Expand Up @@ -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

Expand Down Expand Up @@ -381,7 +381,7 @@ within a Liquid template as follows:

<pre>
{% for post in site.categories.foo %}
<li><span>{{ post.date | date_to_string }}</span> - {{ post.title }}</li>
<li><span>{{ post.date | date_to_string }}</span> - {{ post.title }}</li>
{% endfor %}
</pre>

Expand Down

0 comments on commit 60709da

Please sign in to comment.