Fix whitespace

This commit is contained in:
Daniel Rudolf 2015-09-28 17:42:47 +02:00
parent 13a50c7f2f
commit 8d88863805

View file

@ -113,7 +113,7 @@ have a trailing slash.
* `{{ content }}` - The content of the current page * `{{ content }}` - The content of the current page
(after it has been processed through Markdown) (after it has been processed through Markdown)
* `{{ pages }}` - A collection of all the content pages in your site * `{{ pages }}` - A collection of all the content pages in your site
* `{{ page.id }}` * `{{ page.id }}`
* `{{ page.url }}` * `{{ page.url }}`
* `{{ page.title }}` * `{{ page.title }}`
* `{{ page.description }}` * `{{ page.description }}`