Add file extensions back to non-helper _includes

This commit is contained in:
Michael Rose
2016-03-10 21:13:01 -05:00
parent 8d046af7a9
commit f63b8fe294
33 changed files with 46 additions and 31 deletions
+14
View File
@@ -0,0 +1,14 @@
{% if site.comments.provider and page.comments %}
{% case site.comments.provider %}
{% when "disqus" %}
{% include /comments-providers/disqus %}
{% when "facebook" %}
{% include /comments-providers/facebook %}
{% when "google-plus" %}
{% include /comments-providers/google-plus %}
{% when "custom" %}
{% include /comments-providers/custom %}
{% endcase %}
{% endif %}