mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
11 lines
441 B
Text
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>
|
|
<% } %>
|
|
|