hexo/node_modules/hexo-theme-butterfly/layout/includes/third-party/search/index.pug

6 lines
179 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