diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html new file mode 100644 index 0000000..2022d5a --- /dev/null +++ b/_includes/breadcrumbs.html @@ -0,0 +1,11 @@ +{% unless page.hide_breadcrumbs == true %} + +{% endunless %} \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 24431fc..26fd58a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -27,17 +27,7 @@
- {% unless page.hide_breadcrumbs == true %} - - {% endunless %} + {% include breadcrumbs.html %} {% if page.title %}

{{ page.title }}