Highlighting text ranges with Rich | python

{% for year in markata.map("date.year", filter='published')|unique %}

{% for year in markata.map(“date.year”, filter=‘published’)|unique %}

{{ year }} #

{% for post in markata.map(‘post’, filter=“published and date.year == “+year|string, sort=‘date’) %}

  • [{{ post.title }} - {{ post.date.month }}/{{ post.date.day }}](/{{ post.slug }}) {% endfor %} {% endfor %}

Connections

Related tags and posts connected to this entry.