scratch/lib/analytics.rb
Yann Esposito (Yogsototh) 0174fb46d7 google analytics
2010-04-17 23:16:53 +02:00

15 lines
544 B
Ruby

# All files in the 'lib' directory will be loaded
# before nanoc starts compiling.
def genAnalytics
%{<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10612400-1");
pageTracker._trackPageview();
} catch(err) {}</script>}
end