valohai / docs

:blue_book: Valohai ecosystem documentation
https://docs.valohai.com/
0 stars 2 forks source link

Add Leadfeeder to template #27

Closed akx closed 5 years ago

akx commented 6 years ago

The leadfeeder script

<script>
(function(){ window.ldfdr = window.ldfdr || {};
(function(d, s, ss, fs){ fs = d.getElementsByTagName(s)[0];
function ce(src){ var cs = d.createElement(s); cs.src = src; 
setTimeout(function(){fs.parentNode.insertBefore(cs,fs)}, 1); }
ce(ss); })(document, 'script',
'https://lftracker.leadfeeder.com/lftracker_v1_X0n7aEZkr8NxNpPG.js'); })(); </script>

needs to be added to the global template.

If there's a Leadforensics script, this shall replace it.

This mirrors https://github.com/valohai/valohai-site/pull/89 .