Updating readme file and bumping theme version
[ghost-theme-willow.git] / post.hbs
1 {{!< default}}
2 {{#post}}
3 <div class="c-post-view {{post_class}}">
4 <div class="c-page-title">
5 <h1 class="c-page-title__heading">
6 {{title}}
7 </h1>
8
9 {{> "post-meta"}}
10 </div>
11
12 <div class="c-post-view__content">
13 {{content}}
14 </div>
15
16 <div class="c-post-view__footer">
17 {{> "post-share"}}
18 {{> "prev-next"}}
19 <!--{{> "comments"}}-->
20 </div>
21 </div>
22 {{/post}}