JKM-4 add support for disqus comments
This commit is contained in:
parent
d1cd7279b2
commit
acf2f9ab32
3 changed files with 24 additions and 0 deletions
|
|
@ -13,6 +13,13 @@ layout: default
|
|||
<article class="post-content">
|
||||
<p>{{ content }}</p>
|
||||
</article>
|
||||
<!-- Disqus comments -->
|
||||
{% if site.disqus %}
|
||||
<div>
|
||||
<h3>Comments</h3>
|
||||
{% include disqus.html %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue