We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
site.comments.provider
1 parent 13bf51e commit 9508391Copy full SHA for 9508391
_includes/comments.html
@@ -1,5 +1,5 @@
1
-<!-- The comments switcher -->
2
-{% if page.comments and site.comments.active %}
3
- {% capture path %}comments/{{ site.comments.active }}.html{% endcapture %}
+<!-- The comments switcher -->
+{% if page.comments and site.comments.provider %}
+ {% capture path %}comments/{{ site.comments.provider }}.html{% endcapture %}
4
{% include {{ path }} %}
5
{% endif %}
0 commit comments