Prepare for multiple comment systems

This commit is contained in:
Cotes Chung
2021-12-13 03:34:46 +08:00
parent ebb3dc940c
commit 75176522e3
4 changed files with 12 additions and 10 deletions
+4
View File
@@ -0,0 +1,4 @@
<!-- The comments switcher -->
{% if page.comments and site.comments.active %}
{% include {{ site.comments.active | append: '.html' }} %}
{% endif %}