From: Cameron Otsuka Date: Sun, 2 Feb 2025 03:05:20 +0000 (-0800) Subject: fix tag meta, add separate feeds by category X-Git-Tag: v1.0.0~52 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=b13c33f07a34a5e5aeebd101241665a712b526a5;p=cotsuka.github.io fix tag meta, add separate feeds by category --- 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 @@ + + +