{{ post.title }}
{{ post.date | date_to_string }}
{% if post.tags.size > 0 %}| tags:
{% for tag in post.tags %} {{ tag }} {% endfor %} {% endif %} {{ post.content }}--- title: other permalink: /other/ --- # other here will be some misc stuff
{{ post.date | date_to_string }}
{% if post.tags.size > 0 %}| tags:
{% for tag in post.tags %} {{ tag }} {% endfor %} {% endif %} {{ post.content }}