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-
8+ - if production?
9+ :javascript
10+ var _gaq = _gaq || [] ;
11+ _gaq.push(['_setAccount', 'UA- 10499799 ']);
12+ _gaq.push(['_trackPageview']);
13+
14+ (function() {
15+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true ;
16+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js' ;
17+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga );
18+ })();
1919 %body
2020 %nav {:style => " float:right;" }
2121 <a href=" /" >Home</a> \
You can’t perform that action at this time.
0 commit comments