auto-colored tags for posts

This commit is contained in:
Joshua Seigler 2025-06-21 14:45:15 -04:00
parent 4cd8d22238
commit 04e4b0e51e
17 changed files with 152 additions and 64 deletions

View file

@ -1,3 +1,4 @@
{%- from "components/tagList.njk" import tagList with context -%}
<header>
<nav>
<div class="nav-row">
@ -33,5 +34,8 @@
{%- if date and not omitMetadata -%}
<date>{{ date | formatDate("MMMM D, YYYY") }}</date>
{%- endif -%}
{# {%- if tags -%} #}
{{ tagList(tags.slice(1)) }}
{# {%- endif -%} #}
</div>
</header>