mirror of https://github.com/jkjoy/sunpeiwen.git
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
|
if theme.algolia_search.enable
|
||
|
include ./algolia.pug
|
||
|
else if theme.local_search.enable
|
||
|
include ./local-search.pug
|
||
|
else if theme.docsearch.enable
|
||
|
include ./docsearch.pug
|