<div class="nav-panel-menu is-active" data-panel="menu">
<nav class="nav-menu">
{{#with @root.page.componentVersion}}
- <h3 class="title"><a href="{{relativize ./url}}">{{./title}}</a></h3>
+ <h3 class="title"><a href="{{{relativize ./url}}}">{{./title}}</a></h3>
{{/with}}
{{> nav-tree navigation=this}}
</nav>
<div class="toolbar" role="navigation">
{{> nav-toggle}}
{{#with site.homeUrl}}
- <a href="{{relativize this}}" class="home-link{{#if @root.page.home}} is-current{{/if}}"></a>
+ <a href="{{{relativize this}}}" class="home-link{{#if @root.page.home}} is-current{{/if}}"></a>
{{/with}}
{{> breadcrumbs}}
{{> page-versions}}