From 8ae085df6590a7486cec8b01aebbd0514e0a43c5 Mon Sep 17 00:00:00 2001 From: James Dennes Date: Sat, 13 Jul 2013 16:38:01 +0200 Subject: [PATCH] Cleaned up breadcrumbs. The breadcrumbs navigation is now in the default template. The removes some duplication. The only page it shouldn't be shown on is the home page. --- _layouts/default.html | 8 ++++++++ about.md | 6 ------ licenses.html | 6 ------ no-license.html | 6 ------ 4 files changed, 8 insertions(+), 18 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index b127fea..28287de 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -20,6 +20,14 @@
+ {% unless page.class == "home" %} + + {% endunless %} + {{ content }}