Håvard O. Nordstrand 5 лет назад
Родитель
Сommit
d169caf794
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      _includes/header.md

+ 7 - 7
_includes/header.md

@@ -3,13 +3,13 @@
 
 {% if page.breadcrumbs %}
 > {% for crumb in page.breadcrumbs -%}
-        {% if crumb.url %}
-        [{{ crumb.title }}]({{ crumb.url }})
-        {% else %}
-        {{ crumb.title }}
-        {% endif %}
-        /
-    {%- endfor %}{{ page.title }}
+{% if crumb.url %}
+[{{ crumb.title }}]({{ crumb.url }})
+{% else %}
+{{ crumb.title }}
+{% endif %}
+/
+{%- endfor %}{{ page.title }}
 {% endif %}
 
 {% if page.toc_enable %}