
* Init dev branch * Fix dev branch * Forgot to add commentbox.html * Testing discussbot integration * forgot comments.html * remove my credentials * Update _config.yml Change comments to offer unambiguous descriptions of variables. * remove discussbot * Update CHANGELOG.md Co-authored-by: Karsten Ng <7u9nazbc7@mozmail.com>
7 lines
214 B
HTML
7 lines
214 B
HTML
{% if site.commentbox %}
|
|
|
|
<div class="commentbox"></div>
|
|
<script src="https://unpkg.com/commentbox.io/dist/commentBox.min.js"></script>
|
|
<script>commentBox('{{ site.commentbox }}')</script>
|
|
|
|
{% endif %}
|