diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index c1a2336..8537ec4 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -19,6 +19,13 @@ {% if tags and tags.includes('tagList') %} {% endif %} + {% if tags and tags.includes('posts') and not octothorpeExclude %} + + + {%- for tag in tags | filterTagList %} + + {%- endfor %} + {% endif %} {% if tags and (tags.includes('posts') or tags.includes('now')) %}