_layouts/post.html in jekyll-theme-kagami-0.1.12 vs _layouts/post.html in jekyll-theme-kagami-0.2.0
- old
+ new
@@ -23,9 +23,14 @@
{% endfor %}
</ul>
{% endif %}
</footer>
- {% if jekyll.environment == 'production' and site.disqus_shortname and page.comments != false %}
+ {% if jekyll.environment == 'production' and page.comments != false %}
+ {% if site.disqus_shortname %}
{% include disqus.html %}
+ {% elsif site.gitalk %}
+ {% include gitalk.html %}
{% endif %}
+ {% endif %}
+
</article>