content management preview pane displays post title

closes #477

- change to preview.hbs to show title as a h1
This commit is contained in:
cobbspur 2013-08-22 22:47:04 +01:00
parent d1af144f52
commit f4b18a4eb2

View File

@ -15,5 +15,5 @@
</section>
</header>
<section class="content-preview-content">
<div class="wrapper">{{{content}}}</div>
<div class="wrapper"><h1>{{{title}}}</h1>{{{content}}}</div>
</section>