42 lines
1.7 KiB
Plaintext
42 lines
1.7 KiB
Plaintext
- render "basic" do
|
|
#wrap
|
|
%header#banner{:role => "banner"}
|
|
%nav#main-nav{:role => "navigation"}
|
|
%ul
|
|
%li.vcard
|
|
%a.fn.org.url.uid{:href => "/", :rel => "home"} Compass
|
|
%li
|
|
%a{:href => "/reference/compass/", :rel => "documentation"} Docs
|
|
%li
|
|
%a{:href => "/help", :rel=> "help"} Get Help
|
|
%li
|
|
%a{:href => "/get-involved", :rel=> "get-involved"} Get Involved
|
|
|
|
%form#search-docs{:action => "/search/", :method => "GET"}
|
|
%input#search{:name => "q", :type => "text", :value => "", :placeholder => "Search the docs"}
|
|
#sub-nav
|
|
%nav#docs-nav{:role => "navigation"}
|
|
%a{:href => "/reference/blueprint/", :rel => "blueprint"} Blueprint
|
|
%a{:href => "/reference/compass/", :rel => "core"} Core
|
|
- if @item[:content_for_module_nav]
|
|
%nav#module-nav= @item[:content_for_module_nav]
|
|
#page
|
|
#docs_panel
|
|
#theme_pref
|
|
%a{:href => "#", :rel => "theme", :title => "switch theme" } switch theme
|
|
#syntax_pref
|
|
%a{:href => "#", :rel => "scss" } scss
|
|
%a{:href => "#", :rel => "sass" } sass
|
|
#version
|
|
Version:
|
|
%a.number(href="/CHANGELOG/")= compass_version
|
|
= yield
|
|
-#comments= render "partials/disqus_comments"
|
|
%footer(role="contentinfo")= render "partials/footer"
|
|
%script{:src => "/javascripts/shCore.js", :type => "text/javascript"}
|
|
%script{:src => "/javascripts/shBrushCss.js", :type => "text/javascript"}
|
|
%script{:src => "/javascripts/shBrushSass.js", :type => "text/javascript"}
|
|
%script{:src => "/javascripts/shBrushScss.js", :type => "text/javascript"}
|
|
= @item[:content_for_javascripts]
|
|
= render "partials/analytics"
|