beautifulSA-jekyll/_includes/comments.html
2020-08-08 20:13:28 -04:00

7 lines
175 B
HTML

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