compass/doc-src/layouts/main.haml

26 lines
954 B
Plaintext
Raw Normal View History

2010-05-01 22:18:12 +00:00
- render "basic" do
#wrap
= render "partials/main-navigation"
2010-11-21 23:33:58 +00:00
#sub-nav
2010-11-17 05:03:42 +00:00
%nav#docs-nav{:role => "navigation"}
%a{:href => "/reference/blueprint/", :rel => "blueprint"} Blueprint
%a{:href => "/reference/compass/", :rel => "core"} Core
2010-11-17 05:03:42 +00:00
- if @item[:content_for_module_nav]
2010-11-23 06:09:18 +00:00
%nav#module-nav= @item[:content_for_module_nav]
2010-11-15 20:55:09 +00:00
#page
2010-11-23 06:09:18 +00:00
#docs_panel
#theme_pref
%a{:href => "#", :rel => "theme", :title => "switch theme" } Q
2010-11-23 06:09:18 +00:00
#syntax_pref
%a{:href => "#", :rel => "scss" } scss
%a{:href => "#", :rel => "sass" } sass
#version
Version:
%a.number(href="/CHANGELOG/")= compass_version
2010-11-15 20:55:09 +00:00
= yield
2010-11-17 05:03:42 +00:00
-#comments= render "partials/disqus_comments"
2010-11-23 06:09:18 +00:00
%footer(role="contentinfo")= render "partials/footer"
= @item[:content_for_javascripts]
2010-05-01 22:18:12 +00:00
= render "partials/analytics"
<script type="text/javascript">SyntaxHighlighter.all();</script>