diff options
Diffstat (limited to 'source/layouts')
-rw-r--r-- | source/layouts/layout.haml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/layouts/layout.haml b/source/layouts/layout.haml index cd62804..610d537 100644 --- a/source/layouts/layout.haml +++ b/source/layouts/layout.haml @@ -12,10 +12,10 @@ = javascript_include_tag "modernizr", "all" %body{:class => page_classes} / header - %header - #logo - - link_to '/index.html' do - = image_tag 'sublab-logo.png', class: "img-responsive" + -#%header + -# #logo + -# - link_to '/index.html' do + -# = image_tag 'sublab-logo.png', class: "img-responsive" / main navigation = partial "navigation" / content |