From 837f41d664c5e092bf946a1d1d81bdf7f136f2ef Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 26 Oct 2014 14:33:41 +0100 Subject: add logo to navbar --- source/layouts/layout.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/layouts') 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 -- cgit v1.2.1