web/_includes/comments.html
2021-12-13 03:34:46 +08:00

4 lines
154 B
HTML

<!-- The comments switcher -->
{% if page.comments and site.comments.active %}
{% include {{ site.comments.active | append: '.html' }} %}
{% endif %}