_layouts/post.html in minima-rock-0.1.1 vs _layouts/post.html in minima-rock-0.2.0
- old
+ new
@@ -25,9 +25,11 @@
<div class="post-content e-content" itemprop="articleBody">
{{ content }}
</div>
+ {%- include share_bar.html -%}
+
{%- include disqus_comments.html -%}
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>