Files
www/landing.bryanroessler.com/_includes/comments.html
2022-10-10 12:47:38 -04:00

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