Skip to content

Commit

Permalink
Actually remove other things link
Browse files Browse the repository at this point in the history
Turns out, I forgot temporarily how HTML comments work. So the Other things link was still in the navbar. Fixed now ;)
  • Loading branch information
EJSnow authored Oct 30, 2024
1 parent b269432 commit fd4d946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ul>
<li class="active"><a href="#">Home</a></li>
<li><a href="projects.html">My Projects</a></li>
<--<li><a href="things.html">Other things</a></li>-->
<!--<li><a href="things.html">Other things</a></li>-->
</ul>
</nav>
</div>
Expand Down

0 comments on commit fd4d946

Please sign in to comment.