diff --git a/site/_includes/components/tagList.njk b/site/_includes/components/tagList.njk index e75e475..13a6809 100644 --- a/site/_includes/components/tagList.njk +++ b/site/_includes/components/tagList.njk @@ -1,11 +1,13 @@ {% macro tagList(tags) %} {%- for tag in tags -%} + {%- if tag in collections.categories -%} {{ tag }} + {%- endif %} {% endfor -%} {% endmacro %} \ No newline at end of file diff --git a/site/_includes/css/site.css b/site/_includes/css/site.css index 9a801ff..e89005b 100644 --- a/site/_includes/css/site.css +++ b/site/_includes/css/site.css @@ -499,7 +499,7 @@ h1 { } .header-meta { font-size: var(--s-1); - > * + *::before { + > * + *:not(:empty)::before { content: "-"; padding: 0 0.5ch; }