mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
5 lines
154 B
HTML
5 lines
154 B
HTML
<!-- The comments switcher -->
|
|
{% if page.comments and site.comments.active %}
|
|
{% include {{ site.comments.active | append: '.html' }} %}
|
|
{% endif %}
|