Skip to content

Commit 186e672

Browse files
committed
Merge branch 'gh-pages' of github.com:rtorr/vim-cheat-sheet into develop
2 parents f82aa7e + d6e9a94 commit 186e672

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_layouts/page.html

+10
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,14 @@ <h2>Languages</h2>
162162
</div>
163163
</div>
164164
</div> <!-- end container -->
165+
<script type="text/javascript">
166+
var _gaq = _gaq || [];
167+
_gaq.push(['_setAccount', 'UA-25408695-1']);
168+
_gaq.push(['_trackPageview']);
169+
(function() {
170+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
171+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
172+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
173+
})();
174+
</script>
165175
</body>

0 commit comments

Comments
 (0)