mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
first commit
This commit is contained in:
5
layout/includes/search/index.pug
Normal file
5
layout/includes/search/index.pug
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user