
* 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>
8 lines
243 B
HTML
8 lines
243 B
HTML
{% if page.comments %}
|
|
{% include disqus.html %}
|
|
{% include fb-comment.html %}
|
|
{% include staticman-comments.html %}
|
|
{% include utterances-comment.html %}
|
|
{% include giscus-comment.html %}
|
|
{% include commentbox.html %}
|
|
{% endif %}
|