yamatotoma.to/_includes/comments.html
2021-10-10 12:26:30 -04:00

7 lines
211 B
HTML

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