All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 38s
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
if theme.abcjs.enable
|
|
if theme.abcjs.per_page
|
|
if is_post() || is_page()
|
|
include ./abcjs.pug
|
|
else if page.abcjs
|
|
include ./abcjs.pug
|