--- title: other permalink: /other/ --- # other here will be some misc stuff
{% for post in site.posts %}

{{ post.title }}

{{ post.date | date_to_string }}

{% if post.tags.size > 0 %}

| tags:

{% for tag in post.tags %} {{ tag }} {% endfor %} {% endif %}
{{ post.content }}
{% endfor %}