diff --git a/_includes/masthead.html b/_includes/masthead.html
index 5b4fb58..13cbbe2 100644
--- a/_includes/masthead.html
+++ b/_includes/masthead.html
@@ -10,6 +10,12 @@
+{% if page.breadcrumb == true %}
+{% include breadcrumb.html %}
+{% endif %}
+
+
+
{% elsif page.header.title %}
@@ -22,6 +28,10 @@
+{% if page.breadcrumb == true %}
+{% include breadcrumb.html %}
+{% endif %}
+
{% if page.header.caption_url && page.header.caption %}
+{% if page.breadcrumb == true %}
+{% include breadcrumb.html %}
+{% endif %}
+
{% if page.header.caption_url && page.header.caption %}
- {% if page.header.caption_url && page.header.caption %}
-
- {% elsif page.header.caption %}
-
- {{ page.header.caption }}
-
- {% endif %}
-
-
-
-{% elsif page.header.background-color %}
-
-
+{% if page.breadcrumb == true %}
+{% include breadcrumb.html %}
+{% endif %}
{% if page.header.caption_url && page.header.caption %}