From b13c33f07a34a5e5aeebd101241665a712b526a5 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Sat, 1 Feb 2025 19:05:20 -0800 Subject: [PATCH] fix tag meta, add separate feeds by category --- _includes/layouts/base.njk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index a2f2bbf..bf7d727 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -31,7 +31,7 @@ - {%- for tag in tags | reject("equalto", "articles") %} + {%- for tag in tags | reject("equalto", "articles") | reject("equalto", "links") | reject("equalto", "reviews") %} {%- endfor %} {%- else %} @@ -41,6 +41,9 @@ + + + -- 2.51.0