From 3772bce02f62a9cc454f2c313650ddd19fa08028 Mon Sep 17 00:00:00 2001 From: Leilukin Date: Sun, 4 May 2025 22:25:42 +0800 Subject: [PATCH] Fix if tag line break --- src/_includes/layouts/content.vto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/_includes/layouts/content.vto b/src/_includes/layouts/content.vto index c87b5c5f..ce89a7a9 100644 --- a/src/_includes/layouts/content.vto +++ b/src/_includes/layouts/content.vto @@ -76,8 +76,7 @@ layout: layouts/base {{ /if }} - {{ if - (tags && tags.includes("articles")) + {{ if (tags && tags.includes("articles")) || (tags && tags.includes("posts")) || (page.url === "/articles/") || (tags && tags.includes("blog pages"))