Refactoring of styles - BEM + ITCSS, removed Disqus.
[ghost-theme-willow.git] / post.hbs
1 {{!< default}}
2 {{#post}}
3 <div class="c-post-view {{post_class}}">
4 <div class="c-post-view__header">
5 <h1 class="c-post-view__header__title">{{title}}</h1>
6 {{> "post-meta"}}
7 </div>
8
9 <div class="c-post-view__content">
10 {{content}}
11 </div>
12
13 <div class="c-post-view__footer">
14 {{> "post-meta"}}
15 </div>
16 </div>
17 {{/post}}