Files
jekyll-theme-chirpy/_includes/comments.html
T

5 lines
154 B
HTML

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