Commit 4ecb0851 authored by Alexandre Burgoni's avatar Alexandre Burgoni
Browse files

chore: update js scripts

parent b9e23355
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -13,4 +13,16 @@
<!-- Plausible -->
<script async defer data-domain="r2devops.io" src="https://plausible.io/js/plausible.js"></script>
<!-- End Plausible -->
<!-- HotJar -->
<script>
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:2507435,hjsv:6};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- End HotJar -->
{% endblock %}