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