From 8d888638057f830a7b1f378a802e47457ed452e7 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 28 Sep 2015 17:42:47 +0200 Subject: [PATCH] Fix whitespace --- content-sample/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-sample/index.md b/content-sample/index.md index 511b338..8ea4d1a 100644 --- a/content-sample/index.md +++ b/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 }}`