Skip to content

Commit

Permalink
Fix navbar GitHub link
Browse files Browse the repository at this point in the history
Forgot to close the <a> tag - oops.
  • Loading branch information
SunderB committed Mar 31, 2024
1 parent c129811 commit fb73c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>SunderB</h2>
<li><a href="{{ site.url }}{{ site.baseurl }}" target="_self">Home</a></li>
<li><a href="{{ site.url }}{{ site.baseurl }}/projects" target="_self">Projects</a></li>
<li><a href="{{ site.url }}{{ site.baseurl }}/games" target="_self">Games</a></li>
<li><a href="https://github.com/SunderB">GitHub <img alt="link icon" src="assets/img/icons/bootstrap/link-45deg.svg" width="15pt"/></li>
<li><a href="https://github.com/SunderB">GitHub <img alt="link icon" src="assets/img/icons/bootstrap/link-45deg.svg" width="15pt"/></a></li>
</ul>
</nav>
</header>

0 comments on commit fb73c55

Please sign in to comment.