From b005899eec54d00e06b96f05ea4199ddfb0c852c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Fri, 3 Apr 2015 16:03:45 +0200 Subject: [PATCH] Deleted breadcrumb in default layout and moved it into _includes/masthead.html --- _layouts/default.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index b158d12..ef8555b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,10 +7,6 @@ layout: compress {% include masthead.html %} - {% if page.breadcrumb == true %} - {% include breadcrumb.html %} - {% endif %} - {{ content }} {% include footer.html %}