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' %}