summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/_widget/search.ejs
blob: 8d14aaae58993352060a33f58ae4fb0ae8956538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% if (theme.swiftype_key) { %>
  <div class="form-group has-success has-feedback" id="site_search">
    <form class="site-search-form">
        <input type="text" id="st-search-input" name="q" results="0" placeholder="<%= __('search') %>" class="st-search-input st-default-search-input form-control" />
    </form>
  </div>  
<% } else { %>
  <div id="site_search">
   <div class="form-group">
    <input type="text" id="local-search-input" name="q" results="0" placeholder="<%= __('search') %>" class="st-search-input st-default-search-input form-control"/>
   </div>  
  <div id="local-search-result"></div>
  </div>
<% } %>