0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

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 ba8bdf7dd7
commit df17a19008

View file

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