Blog/themes/freemind/layout/_partial/search.ejs
2022-03-16 22:24:24 +08:00

11 lines
441 B
Text

<% 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>
<% } %>