simplify tag colors with golden angle

This commit is contained in:
Joshua Seigler 2025-07-04 22:54:32 -04:00
parent f1b1cbe343
commit 47d646fb66
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{% macro tagList(tags) %}
<span class="tags" style="--totalTags:{{ collections.categories | dictsort | length }}">
<span class="tags">
{%- for tag in tags -%}
{%- if tag in collections.categories -%}
<a