Add title to comments section

- Style .page__comments-title
- Add comments label text to data file
- Add .html extension to comment provider _includes
This commit is contained in:
Michael Rose
2016-03-17 22:36:20 -04:00
parent f69b84df75
commit 9fecb03081
3 changed files with 19 additions and 4 deletions

View File

@@ -2,13 +2,13 @@
{% case site.comments.provider %}
{% when "disqus" %}
{% include /comments-providers/disqus %}
{% include /comments-providers/disqus.html %}
{% when "facebook" %}
{% include /comments-providers/facebook %}
{% include /comments-providers/facebook.html %}
{% when "google-plus" %}
{% include /comments-providers/google-plus %}
{% include /comments-providers/google-plus.html %}
{% when "custom" %}
{% include /comments-providers/custom %}
{% include /comments-providers/custom.html %}
{% endcase %}
{% endif %}