{% case page.comment_count %} {% when 0 %} {% when 1 %}

1 Comment

{% else %}

{{page.comment_count}} Comments

{% endcase %} {% for c in page.comments %}
{% assign comment_id = c.date | url_encode%}
{% if c.link and c.link != '' %} {{c.name}} {% else %} {{c.name}} {% endif %} | Permalink | {{c.date}}
{{c.content | markdownify}}
{% endfor %}

Post a comment

read more about submitting comments