views/layout.haml in rsyntaxtree-0.6.7 vs views/layout.haml in rsyntaxtree-0.6.91
- old
+ new
@@ -16,21 +16,23 @@
}
</style>
%link{ :href => $SUB_DIRECTORY + "/bootstrap/css/bootstrap-responsive.css", :type => "text/css", :rel => "stylesheet" }
%link{ :href => $SUB_DIRECTORY + "/css/rsyntaxtree.css", :type => "text/css", :rel => "stylesheet" }
+
:plain
+ #{ $GOOGLE_CODE }
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
- / Le fav and touch icons
- %link{ rel: "apple-touch-icon", href: "/bootstrap/images/apple-touch-icon.png"}
- %link{ rel: "shortcut icon", href: "/bootstrap/images/favicon.ico"}
- %link{ rel: "apple-touch-icon", sizes: "72x72", href: "/bootstrap/images/apple-touch-icon-72x72.png"}
- %link{ rel: "apple-touch-icon", sizes: "114x114", href: "/bootstrap/images/apple-touch-icon-114x114.png"}
+ -# / Le fav and touch icons
+ -# %link{ :rel => "apple-touch-icon", :href => $SUB_DIRECTORY + "/bootstrap/images/apple-touch-icon.png"}
+ -# %link{ :rel => "shortcut icon", :href => $SUB_DIRECTORY + "/bootstrap/images/favicon.ico"}
+ -# %link{ :rel => "apple-touch-icon", :sizes => "72x72", :href => $SUB_DIRECTORY + "/bootstrap/images/apple-touch-icon-72x72.png"}
+ -# %link{ :rel => "apple-touch-icon", :sizes => "114x114", :href => $SUB_DIRECTORY + "/bootstrap/images/apple-touch-icon-114x114.png"}
%body
%div#top{:data => {:subdir => $SUB_DIRECTORY}}
%div= haml :navbar
%div= yield