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