mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Merge pull request #501 from cobbspur/posttitle
content management preview pane displays post title
This commit is contained in:
commit
29c36fe2bf
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue