From 13e9620d0fcc053f49a4c95dd5b0ef66659430b1 Mon Sep 17 00:00:00 2001 From: Seth Lilly Date: Wed, 4 Sep 2013 15:33:32 -0400 Subject: [PATCH 1/2] Removed closing slash in description `meta` tag Removed closing slash in description `` tag - Self-closing tag removed as it is unnecessary in HTML5. --- default.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.hbs b/default.hbs index 77379ea..5d2630c 100644 --- a/default.hbs +++ b/default.hbs @@ -7,7 +7,7 @@ {{! Page Meta }} {{@blog.title}} - + From 51634b805959a7c84aad80a7f412ee83a529afd4 Mon Sep 17 00:00:00 2001 From: Seth Lilly Date: Wed, 4 Sep 2013 15:45:35 -0400 Subject: [PATCH 2/2] 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}}