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

@ -0,0 +1,4 @@
{%- if site.just-comments -%}
<div class="just-comments" data-apikey="{{site.just-comments}}"></div>
<script async src="https://just-comments.com/w.js"></script>
{%- endif -%}