Integration with just-comments (#468)

Add support for just-comments
This commit is contained in:
Hugo Alves 2019-03-25 22:07:45 +00:00 committed by Dean Attali
parent 843128c0ce
commit e6cc1835f7
5 changed files with 18 additions and 2 deletions

View file

@ -15,6 +15,9 @@ layout: base
{% include fb-comment.html %}
<div class="staticman-comments">
{% include staticman-comments.html %}
</div>
<div class="justcomments-comments">
{% include just_comments.html %}
</div>
{% endif %}
</div>

View file

@ -73,6 +73,9 @@ layout: base
<div class="staticman-comments">
{% include staticman-comments.html %}
</div>
<div class="justcomments-comments">
{% include just_comments.html %}
</div>
{% endif %}
</div>
</div>