Files
www/blog.bryanroessler.com/_includes/comments.html
2020-07-14 17:44:11 -04:00

6 lines
182 B
HTML

{% if page.comments %}
{% include disqus.html %}
{% include fb-comment.html %}
{% include staticman-comments.html %}
{% include utterances-comment.html %}
{% endif %}