--- title: other permalink: /other/ --- miscellaneous posts about different things. filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }}) {% endfor %}
{% for post in site.posts %}

{{ post.title }}

{{ post.excerpt }}

read more...

{{ post.date | date_to_string }}

{% endfor %}