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:
parent
ba8bdf7dd7
commit
df17a19008
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue