Skip to content

Commit 8ee0e51

Browse files
committed
1 parent dcbef41 commit 8ee0e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partials/navigation.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{#if isSecondary}}{{else}}<a href="/" class="logo-circle"></a>{{/if}}
1+
{{#if isSecondary}}{{else}}<a href="/" class="logo-circle" alt="Home"></a>{{/if}}
22
<ul class="nav">
33
{{#foreach navigation}}
44
<li class="nav-{{slug}}{{#if current}} nav-current{{/if}}">

0 commit comments

Comments
 (0)