{{ page.title | escape }} {%- assign date_format = site.amethyst.date_format | default: "%e %B %Y" -%} Posted on {{ page.date | date: date_format }}{% if page.author %} by {{ page.author | escape }}{% endif %} {{ content }}
{{ page.amethyst.comments.size }} archived comment{% if page.amethyst.comments.size != 1 %}s{% endif %}
{%- for comment in page.amethyst.comments -%}-
{{ comment.author | escape }} on said:
{{ comment.content | markdownify }}
{%- endfor -%}