5 lines
196 B
HTML
5 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 %}
|