2021-12-10 16:12:52 +03:00
|
|
|
<!-- The comments switcher -->
|
|
|
|
{% if page.comments and site.comments.active %}
|
2021-12-11 12:24:08 +03:00
|
|
|
{% capture path %}comments/{{ site.comments.active }}.html{% endcapture %}
|
|
|
|
{% include {{ path }} %}
|
2021-12-10 16:12:52 +03:00
|
|
|
{% endif %}
|