make tag list modular, put on homepage

This commit is contained in:
Joshua Seigler 2025-06-29 17:04:44 -04:00
parent 19ad68397b
commit edb8805bd2
4 changed files with 12 additions and 9 deletions

View file

@ -7,6 +7,7 @@ layout: "base.njk"
{%- for name, collection in collections -%}
{%- if name in ["posts"] -%}
<h2>{{name | capitalize }}</h2>
{% include "-taglist.njk" %}
{{ collectionList(name, limit=5) }}
{%- endif -%}
{%- endfor -%}