mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03: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
@ -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 New Issue
Block a user