Fixed typo in author url
[ghost-theme-willow.git] / post.hbs
1 {{!< default}}
2 {{#post}}
3 <div class="post-single {{post_class}}">
4 <div class="post-header">
5 <h1>{{title}}</h1>
6 {{> "post-single-meta"}}
7 </div>
8
9 <div class="post-content">
10 {{content}}
11 </div>
12
13 <div class="post-footer">
14 {{> "post-single-meta"}}
15 </div>
16 </div>
17
18 <div id="disqus_thread"></div>
19 <script async="async">
20 /* Paste Your Disqus Embed Code Here */
21 </script>
22 {{/post}}