Ghost issue 246 part 12

- renaming single.hbs to post.hbs
This commit is contained in:
ErisDS
2013-07-11 17:50:01 +01:00
parent 09295abe40
commit 97a24a07fb

6
post.hbs Normal file
View File

@ -0,0 +1,6 @@
{{!< default}}
<section class="content">
{{#post}}
{{> full-post}}
{{/post}}
</section>