{% include base_path %}

{{ site.data.ui-text[site.locale].comments_label | default: "Leave a Comment" }}

{% case site.comments.provider %} {% when "disqus" %}
{% when "facebook" %}
{% when "google-plus" %}
Loading Google+ Comments ...
{% when "staticman" %}
{% if site.repository and site.staticman.branch %}
Loading...
Your email address will remain private and won't be shared with anyone.
Markdown is supported.
{% if site.data.comments[page.slug] %}

{{ site.data.ui-text[site.locale].comments_title | default: "Comments" }}

{% assign comments = site.data.comments[page.slug] | sort %} {% for comment in comments %} {% assign email = comment[1].email %} {% assign name = comment[1].name %} {% assign url = comment[1].url %} {% assign date = comment[1].date %} {% assign message = comment[1].message %} {% include comment.html index=forloop.index email=email name=name url=url date=date message=message %} {% endfor %} {% endif %}
{% endif %}
{% when "custom" %}
{% endcase %}