diff options
Diffstat (limited to 'app/views/templates/footer.ejs')
-rw-r--r-- | app/views/templates/footer.ejs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/views/templates/footer.ejs b/app/views/templates/footer.ejs new file mode 100644 index 0000000..2421d82 --- /dev/null +++ b/app/views/templates/footer.ejs @@ -0,0 +1,20 @@ + + + + <!-- + Le javascript + ================================================== + Placed at the end of the document so the pages load faster + --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="/js/jquery-1.9.0.min.js"><\/script>')</script> + <script src="/js/bootstrap.min.js"></script> + <script src="/js/retina.js"></script> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','/js/analytics.js','ga'); + ga('create', 'UA-39435674-1', 'divid.no'); + ga('send', 'pageview'); + </script> |