Fix if tag line break

This commit is contained in:
Leilukin 2025-05-04 22:25:42 +08:00
parent 4e487ae109
commit 3772bce02f

View File

@ -76,8 +76,7 @@ layout: layouts/base
{{ /if }}
</{{contentEl}}>
{{ if
(tags && tags.includes("articles"))
{{ if (tags && tags.includes("articles"))
|| (tags && tags.includes("posts"))
|| (page.url === "/articles/")
|| (tags && tags.includes("blog pages"))