{{ post.date | date(format="%Y.%m.%d") }}
:: {{ post.title }}
:: {% for tag in post.taxonomies["tags"] -%} #{{ tag }} {% endfor %}
{# End of pagination for-loop #}
{%- endfor -%}
{#- I don't put pagination here like Terminal does. I don't like how
the buttons move with the size of post entries in the content div. -#}