Håvard O. Nordstrand 5 years ago
parent
commit
1d6d1a000c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _includes/header.md

+ 1 - 1
_includes/header.md

@@ -7,7 +7,7 @@
 
 {% assign breadcrumbs_separator = " / " %}
 
-{% if page.no_breadcrumbs == true %}
+{% if page.no_breadcrumbs != true %}
 > [Home](/)
 {%- if page.breadcrumbs -%}
 {%- for crumb in page.breadcrumbs -%}