Fix if tag line break
This commit is contained in:
parent
4e487ae109
commit
3772bce02f
@ -76,8 +76,7 @@ layout: layouts/base
|
|||||||
{{ /if }}
|
{{ /if }}
|
||||||
</{{contentEl}}>
|
</{{contentEl}}>
|
||||||
|
|
||||||
{{ if
|
{{ if (tags && tags.includes("articles"))
|
||||||
(tags && tags.includes("articles"))
|
|
||||||
|| (tags && tags.includes("posts"))
|
|| (tags && tags.includes("posts"))
|
||||||
|| (page.url === "/articles/")
|
|| (page.url === "/articles/")
|
||||||
|| (tags && tags.includes("blog pages"))
|
|| (tags && tags.includes("blog pages"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user