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 %}
-
-
-
- -
- Home
- {% include "svg/chevron-right" with { class: 'text-grey-light mx-1', style: "height: 20px" } %}
-
- -
- Blog
- {% include "svg/chevron-right" with { class: 'text-grey-light mx-1', style: "height: 20px" } %}
-
- -
- {{ page.title }}
-
-
-
-
-{% endblock %}
-
{% block content_wrapper %}
{% include 'post/header' %}
{% include 'post/intro-image' %}