{# The blog index at /blog/, mirroring theme/templates/blog.html. Separate from list.html because the live page carries its own prose. #} {% extends "base.html" %} {#- Group the list under year headings, as the live site does. Set to false for one flat list; styles.css has .post-list-year either way. `page.year` comes from #+DATE:, and a post without one lands in its own group at the end rather than being dropped. #} {%- set group_by_year = true %} {% block main %}

{{ page.title }}

Use ⌘ F / Ctrl F to search · RSS Feed

Want to browse by topic instead? Head over to the tags page.

{% endblock %}