From df17a1900832222e2986a9a01d1bec411aa59631 Mon Sep 17 00:00:00 2001 From: cobbspur Date: Thu, 22 Aug 2013 22:47:04 +0100 Subject: [PATCH] content management preview pane displays post title closes #477 - change to preview.hbs to show title as a h1 --- core/client/tpl/preview.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/client/tpl/preview.hbs b/core/client/tpl/preview.hbs index 911d5917088f..7ff02722dfee 100644 --- a/core/client/tpl/preview.hbs +++ b/core/client/tpl/preview.hbs @@ -15,5 +15,5 @@
-
{{{content}}}
+

{{{title}}}

{{{content}}}
\ No newline at end of file