From 0b9253fb02fc4e11887437db9ac8990bee6b978a Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Thu, 22 Feb 2024 10:07:35 -0800 Subject: [PATCH] fix: update tag lists to use cluster layout --- src/_includes/macros/tags.njk | 4 ++-- src/_layouts/book.html | 2 -- src/_layouts/game.html | 2 -- src/_layouts/post.html | 2 +- src/content/catalogue/catalogueType.html | 2 +- src/content/pages/catalogue.html | 2 +- src/content/pages/tags.html | 2 +- 7 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/_includes/macros/tags.njk b/src/_includes/macros/tags.njk index 1d74679..4aa16eb 100644 --- a/src/_includes/macros/tags.njk +++ b/src/_includes/macros/tags.njk @@ -1,6 +1,6 @@ -{% macro list(tags) %} +{% macro pills(tags) %} {% if tags | length > 0 %} -