From ca71c8a6db5e6bfb235043eb00124acf51ad7140 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Sat, 22 Mar 2025 16:31:49 -0700 Subject: [PATCH] add space --- _includes/layouts/post.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 5b4db84..c7a1f00 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -23,7 +23,7 @@ layout: layouts/base.njk {{ description }}
  • - Tags: + Tags:  {%- if page.filePathStem | startsWith("/articles") -%} {{ tags | reject("equalto", "articles") | sort | join(", ") }} {%- elseif page.filePathStem | startsWith("/links") -%} -- 2.51.0