mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -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
d1af144f52
commit
f4b18a4eb2
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…
Add table
Reference in a new issue