mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
6 lines
196 B
HTML
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 %}
|