From 4ec9304d459a5245733f7e1fe5408e4dbc3b1180 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 23 Apr 2018 21:34:10 +0100 Subject: [PATCH] Remove breadcrumb Fixes #41 --- source/_layouts/default.html.twig | 2 -- source/_layouts/post.html.twig | 20 -------------------- 2 files changed, 22 deletions(-) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 7c6845b3..bd6c4a70 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -4,8 +4,6 @@ {% include 'nav.html.twig' %} - {% block breadcrumb %}{% endblock %} -
diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index eb5e181d..a9e321ef 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -1,25 +1,5 @@ {% extends 'default' %} -{% block breadcrumb %} - -{% endblock %} - {% block content_wrapper %} {% include 'post/header' %} {% include 'post/intro-image' %}