Browse Source

Fix whitespace

Daniel Rudolf 9 years ago
parent
commit
8d88863805
1 changed files with 1 additions and 1 deletions
  1. 1 1
      content-sample/index.md

+ 1 - 1
content-sample/index.md

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