lib/jazzy/themes/fullwidth/templates/doc.mustache in jazzy-0.13.7 vs lib/jazzy/themes/fullwidth/templates/doc.mustache in jazzy-0.14.0
- old
+ new
@@ -75,14 +75,14 @@
<div>
<h4>Return Value</h4>
{{{return}}}
</div>
{{/return}}
- {{#github_token_url}}
+ {{#source_host_item_url}}
<div class="slightly-smaller">
- <a href="{{{github_token_url}}}">Show on GitHub</a>
+ <a href="{{{.}}}">Show on {{source_host_name}}</a>
</div>
- {{/github_token_url}}
+ {{/source_host_item_url}}
</div>
</section>
{{> tasks}}