Skip to content

Commit

Permalink
fix(html): add href for <a> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid committed Feb 14, 2023
1 parent ac8257c commit fc936ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<span>|</span>
</li>
</ul>
<a id="mode">
<a id="mode" href="#">
{{ partial "svgs/sun.svg" (dict "height" 21 "width" 21 "class" "mode-sunny" "title" "LIGHT") . }}
{{ partial "svgs/sun.svg" (dict "height" 21 "width" 21 "class" "mode-moon" "title" "DARK") . }}
</a>
Expand Down

0 comments on commit fc936ae

Please sign in to comment.