From 7716e64e226288d071ac3dca57d37f19d0ad4fc1 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sun, 14 Dec 2008 15:09:58 -0800 Subject: [PATCH] fix formatting again --- README.textile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.textile b/README.textile index 5876375b..9d2458bb 100644 --- a/README.textile +++ b/README.textile @@ -173,10 +173,10 @@ as special files. The front matter must be the first thing in the file and takes the form of:
-  ---
-  layout: post
-  title: Blogging Like a Hacker
-  ---
+---
+layout: post
+title: Blogging Like a Hacker
+---
 
Between the triple-dashed lines, you can set predefined variables (see below @@ -202,7 +202,9 @@ data that is sent to the Liquid templating engine during the conversion. For instance, if you set a title, you can use that in your layout to set the page title: - <title>{{ page.title }}</title> +
+{{ page.title }}
+
h2. Filters, Tags, and Blocks