lib/jazzy/themes/apple/templates/header.mustache in jazzy-0.9.6 vs lib/jazzy/themes/apple/templates/header.mustache in jazzy-0.10.0
- old
+ new
@@ -1,7 +1,7 @@
<header>
<div class="content-wrapper">
- <p><a href="{{path_to_root}}index.html">{{module_name}} Docs</a>{{#doc_coverage}} ({{doc_coverage}}% documented){{/doc_coverage}}</p>
+ <p><a href="{{path_to_root}}index.html">{{docs_title}}</a>{{#doc_coverage}} ({{doc_coverage}}% documented){{/doc_coverage}}</p>
{{#github_url}}
<p class="header-right"><a href="{{github_url}}"><img src="{{path_to_root}}img/gh.png"/>View on GitHub</a></p>
{{/github_url}}
{{#dash_url}}
<p class="header-right"><a href="{{dash_url}}"><img src="{{path_to_root}}img/dash.png"/>Install in Dash</a></p>