lib/milkode/cdweb/views/layout.haml in milkode-0.1.9 vs lib/milkode/cdweb/views/layout.haml in milkode-0.2.0
- old
+ new
@@ -11,23 +11,6 @@
-# %header
-# %h1 <a href=".">Milkode</a>
!= yield
- %script{:type=>"text/javascript"}
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-13136329-8']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
-
--# %hr
-
--# %footer
--# %p
--# ! Develop by <a href="./contact.html">ongaeshi</a>
--# ! Powered by <a href="http://www.ruby-lang.org/">Ruby</a> #{::RUBY_VERSION},
--# ! <a href="http://www.sinatrarb.com/">Sinatra</a> #{Sinatra::VERSION}
+-# GoogleAnalyticsを使いたい場合はここにコードを挿入して下さい。