Blog
My blog posts.
All Posts
{% for group in posts_by_year %}{{ group.key }}
-
{% for post in group.value %}
-
{{ post.formattedDate }}
{{ post.title }}
{% if post.summary is not empty %}
-- {{ post.summary }} {% endif %}
{% endfor %}