From 11cfe924fa2d8f0d491a3283f738c8318ba576e1 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 5 Aug 2026 13:26:51 -0500 Subject: [PATCH] Implement Octothorpes --- _includes/layouts/base.njk | 7 +++++++ 1 file changed, 7 insertions(+) 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')) %}