_layouts/post.html in jekyll-nerd-portfolio-0.1.15 vs _layouts/post.html in jekyll-nerd-portfolio-0.2.0
- old
+ new
@@ -5,7 +5,12 @@
{% include post-header.html %}
<div data-component="Content" class="content">
<div class="post-content w-container">
{{ content }}
</div>
+ {% if site.comments %}
+ <div class="post-content w-container">
+ <section id="isso-thread" data-title="Foo!"></section>
+ </div>
+ {% endif %}
</div>
{% include footer.html %}