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

+ 4 - 2
_includes/header.md

@@ -1,7 +1,9 @@
-# {{ site.name }} | {{ page.title }}
+# {{ site.name }} / {{ page.title }}
 {:.no_toc}
 
-{% for crumb in page.breadcrumbs %}/ [{{ crumb.title }}]({{ crumb.url }}) {% endfor %}/ {{ page.title }}
+{% if page.breadcrumbs %}
+{% for crumb in page.breadcrumbs %}[{{ crumb.title }}]({{ crumb.url }}) {% endfor %}/ {{ page.title }}
+{% endif %}
 
 ## Contents
 {:.no_toc}