Files
blog/_includes/comments.html
2023-06-25 18:14:18 +09:00

6 lines
196 B
HTML

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