Fix if tag line break
This commit is contained in:
parent
4e487ae109
commit
3772bce02f
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user