mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 17:50:54 +08:00
5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
if (theme.algolia_search.enable)
|
|
include ./algolia.pug
|
|
if (theme.local_search)
|
|
if (!theme.algolia_search.enable && theme.local_search.enable)
|
|
include ./local-search.pug |