summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/_partial/search.ejs
blob: 255ba7fb8f55be51157714a3486d1f8f07e7e9ef (plain)
1
2
3
4
5
6
7
8
9
10
11
<% if (theme.swiftype_key) { %>
  <script type="text/javascript">
  (function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
    (w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
    e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
  })(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');

  _st('install', '<%= theme.swiftype_key %>','2.0.0');
  </script>
<% } %>