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

6 lines
179 B
Plaintext
Raw Normal View History

2023-10-03 11:14:36 +08:00
if theme.algolia_search.enable
include ./algolia.pug
else if theme.local_search.enable
include ./local-search.pug
else if theme.docsearch.enable
2023-09-25 15:58:56 +08:00
include ./docsearch.pug