File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 %link {:rel => " stylesheet" , :href => " /stylesheets/reset.css" , :type => 'text/css'}
66 %link{:rel => " stylesheet" , :href => " /stylesheets/site.css" , :type => 'text/css'}
77 %link{:rel => " stylesheet" , :href => " /stylesheets/ruby.css" , :type => 'text/css'}
8+ :javascript
9+ var _gaq = _gaq || [];
10+ _gaq.push(['_setAccount', 'UA-10499799']);
11+ _gaq.push(['_trackPageview']);
12+
13+ (function() {
14+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
15+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
16+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
17+ })();
18+
819 %body
920 %nav {:style => " float:right;" }
1021 <a href=" /" >Home</a> \
You can’t perform that action at this time.
0 commit comments