Håvard O. Nordstrand hace 5 años
padre
commit
1d6d1a000c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 -%}