Skip to content

Commit

Permalink
content management preview pane displays post title
Browse files Browse the repository at this point in the history
closes TryGhost#477

- change to preview.hbs to show title as a h1
  • Loading branch information
cobbspur committed Aug 22, 2013
1 parent ba8bdf7 commit df17a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/tpl/preview.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit df17a19

Please sign in to comment.