We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbef41 commit 8ee0e51Copy full SHA for 8ee0e51
partials/navigation.hbs
@@ -1,4 +1,4 @@
1
-{{#if isSecondary}}{{else}}<a href="/" class="logo-circle"></a>{{/if}}
+{{#if isSecondary}}{{else}}<a href="/" class="logo-circle" alt="Home"></a>{{/if}}
2
<ul class="nav">
3
{{#foreach navigation}}
4
<li class="nav-{{slug}}{{#if current}} nav-current{{/if}}">
0 commit comments