beautifulSA-jekyll/_includes/just_comments.html
Hugo Alves e6cc1835f7 Integration with just-comments (#468)
Add support for just-comments
2019-03-25 18:07:45 -04:00

5 lines
176 B
HTML

{%- 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 -%}