{%- assign comments = site.data.comments | where: "url", page.url -%} {%- assign comments_size = comments | size -%}

 

Comments

Sign in to leave a comment
You're signed in as , and the new comment form is coming soon, I promise!
Sign out
{%- if comments_size > 0 -%} {%- for comment in comments -%}
Profile image for {{comment.name}}
{{comment.name}} {{comment.datetime}}
{{comment.comment}}
{%- endfor -%} {%- endif -%}