Files
chirpy/_includes/comment.html
2025-11-03 18:11:56 +01:00

6 lines
199 B
HTML

<!-- The comments switcher -->
{% if page.comments and site.comments.provider %}
{% capture path %}comments/{{ site.comments.provider }}.html{% endcapture %}
{% include {{ path }} %}
{% endif %}