0
Fork 0
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:
Hannah Wolfe 2013-08-24 08:04:58 -07:00
commit 29c36fe2bf

View file

@ -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>