diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-10-26 14:33:41 +0100 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-10-26 14:33:41 +0100 |
commit | 837f41d664c5e092bf946a1d1d81bdf7f136f2ef (patch) | |
tree | 93aa9956805d44816e21fda5b3cd891cb6850f23 /source/layouts/layout.haml | |
parent | d4facdd8ea9e263a0b358ae7f4702820ac9d5fac (diff) |
add logo to navbar
Diffstat (limited to 'source/layouts/layout.haml')
-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 |