auto-colored tags for posts
This commit is contained in:
parent
4cd8d22238
commit
04e4b0e51e
17 changed files with 152 additions and 64 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue