lib/jazzy/themes/fullwidth/templates/doc.mustache in jazzy-0.14.4 vs lib/jazzy/themes/fullwidth/templates/doc.mustache in jazzy-0.15.0
- old
+ new
@@ -29,12 +29,19 @@
<a title="{{name}} {{kind}} Reference"></a>
{{> header}}
<p class="breadcrumbs">
- <a class="breadcrumb" href="{{path_to_root}}index.html">{{module_name}} Reference</a>
+ <a class="breadcrumb" href="{{path_to_root}}index.html">{{readme_title}}</a>
+ {{#breadcrumbs}}
<img class="carat" src="{{path_to_root}}img/carat.png" alt=""/>
+ {{#last}}
{{name}} {{kind}} Reference
+ {{/last}}
+ {{^last}}
+ <a class="breadcrumb" href="{{path_to_root}}{{url}}">{{name}}</a>
+ {{/last}}
+ {{/breadcrumbs}}
</p>
<div class="content-wrapper">
{{> nav}}
<article class="main-content">