summaryrefslogtreecommitdiff
path: root/docsite/_themes/srtd/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'docsite/_themes/srtd/footer.html')
-rw-r--r--docsite/_themes/srtd/footer.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/docsite/_themes/srtd/footer.html b/docsite/_themes/srtd/footer.html
index b70cfde7ad..dc1d70a4d1 100644
--- a/docsite/_themes/srtd/footer.html
+++ b/docsite/_themes/srtd/footer.html
@@ -12,8 +12,17 @@
<hr/>
+<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','yABGvz2N8PwcwBxyfzUc','2.0.0');
+</script>
+
<p>
- &copy; Copyright 2015 <a href="http://ansible.com">Ansible, Inc.</a>.
+ &copy; Copyright 2016 <a href="http://ansible.com">Ansible, Inc.</a>.
{%- if last_updated %}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}