Removing some bad formatting in the README
This commit is contained in:
parent
45b33f7b96
commit
60709da706
|
@ -256,13 +256,13 @@ h3. Predefined Post Variables
|
||||||
be used as the final URL.
|
be used as the final URL.
|
||||||
|
|
||||||
published
|
published
|
||||||
Set to false if you don't want a post to show up when the site is
|
Set to false if you don't want a post to show up when the site is
|
||||||
generated.
|
generated.
|
||||||
|
|
||||||
category/categories
|
category/categories
|
||||||
Instead of placing posts inside of folders, you can specify one or more
|
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
|
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.
|
will act as though it had been set with these categories normally.
|
||||||
|
|
||||||
h3. Custom Variables
|
h3. Custom Variables
|
||||||
|
|
||||||
|
@ -381,7 +381,7 @@ within a Liquid template as follows:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
{% for post in site.categories.foo %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue