simplify tag colors with golden angle
This commit is contained in:
parent
f1b1cbe343
commit
47d646fb66
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue