From c7ccab2c050df2c2c39269bdf9c80b660f70f38e Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 30 Nov 2016 02:56:00 -0500 Subject: [PATCH] Fixed logo link. --- source/layout.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/layout.html.haml b/source/layout.html.haml index e66d6ad..515833d 100644 --- a/source/layout.html.haml +++ b/source/layout.html.haml @@ -27,7 +27,7 @@ %i.material-icons menu %ul#nav-mobile.side-nav.fixed %li.logo - %a#logo-container.brand-logo{:href => "http://materializecss.com/"} + %a#logo-container.brand-logo{:href => "/"} %object#front-page-logo{:data => "/images/logo.svg", :type => "image/svg+xml"} Your browser does not support SVG %li.search .search-wrapper.card -- GitLab