We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c051dde commit 1970253Copy full SHA for 1970253
src/partials/header-content.hbs
@@ -39,9 +39,11 @@
39
</a>
40
</li>
41
{{#each (nav-groups)}}
42
+ {{#if ./url}}
43
<li class="nav-item">
44
<a class="nav-link" href="{{relativize ./url}}">{{{./title}}}</a>
45
46
+ {{/if}}
47
{{/each}}
48
49
<a class="nav-link" href="{{relativize site.components.tutorials.url}}">
0 commit comments