diff --git a/doc-src/assets/images/compass_icon.png b/doc-src/assets/images/compass_icon.png new file mode 100644 index 00000000..201edfc5 Binary files /dev/null and b/doc-src/assets/images/compass_icon.png differ diff --git a/doc-src/layouts/default.haml b/doc-src/layouts/default.haml index e6894a76..cd04dadf 100644 --- a/doc-src/layouts/default.haml +++ b/doc-src/layouts/default.haml @@ -4,6 +4,7 @@ %title #{@item[:title]} - Compass %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } + %link(rel="shortcut icon" type="image/png" href="/docs/images/compass_icon.png") %link{ :href => "/docs/stylesheets/main.css", :rel => "stylesheet", :type => "text/css", :media => "screen" } %link{ :href => "/docs/stylesheets/ui-lightness/jquery-ui-1.7.2.custom.css", :rel => "stylesheet", :type => "text/css", :media => "screen" } %script{:src => "/docs/javascripts/jquery-1.3.2.min.js", :type => "text/javascript"} diff --git a/doc-src/layouts/example.haml b/doc-src/layouts/example.haml index c3471648..db882c86 100644 --- a/doc-src/layouts/example.haml +++ b/doc-src/layouts/example.haml @@ -4,6 +4,7 @@ %title #{@item[:title]} - Compass %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } + %link(rel="shortcut icon" type="image/png" href="/docs/images/compass_icon.png") %link{ :href => "/docs/stylesheets/example.css", :rel => "stylesheet", :type => "text/css", :media => "screen" } %style{:type => "text/css"}= example_css %body{body_attributes(@item)}