From 51634b805959a7c84aad80a7f412ee83a529afd4 Mon Sep 17 00:00:00 2001 From: Seth Lilly Date: Wed, 4 Sep 2013 15:45:35 -0400 Subject: [PATCH] Added self-closing tags to header Added self-closing tags to header Reverses commit 13e9620 - Self-closed tags in the header per Ghost code spec --- default.hbs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/default.hbs b/default.hbs index 5d2630c..03ae94c 100644 --- a/default.hbs +++ b/default.hbs @@ -2,20 +2,20 @@ {{! Document Settings }} - - + + {{! Page Meta }} {{@blog.title}} - + - - - + + + {{! Styles'n'Scripts }} - - + + {{! Ghost outputs important style and meta data with this tag }} {{ghost_head}}