We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c929a commit e9d9b51Copy full SHA for e9d9b51
views/ga.jade
@@ -0,0 +1,13 @@
1
+| <script type="text/javascript">
2
+|
3
+| var _gaq = _gaq || [];
4
+| _gaq.push(['_setAccount', 'UA-11394224-13']);
5
+| _gaq.push(['_trackPageview']);
6
7
+| (function() {
8
+| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
9
+| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
10
+| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
11
+| })();
12
13
+| </script>
views/layout.jade
@@ -5,4 +5,5 @@ html
link(rel='stylesheet', href='/stylesheets/style.css')
body
.content
- block content
+ block content
+ include ga
0 commit comments