Skip to content

Commit

Permalink
Fix typo in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cooleyky authored Nov 27, 2024
1 parent 616d2ce commit a1e9f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>Menu</h2>
<li><a href="{{ "/index.html" | absolute_url }}">Home</a></li>
<li><a href="{{ "/Resume.html" | absolute_url }}">Resume</a></li>
<li><a href="{{ "/TeachingPortfolio.html" | absolute_url }}">Teaching Portfolio</a></li>
<li><a href="{{ "/ScienceCommunication.html" | absolute_url }}">Sciene Communication</a></li>
<li><a href="{{ "/ScienceCommunication.html" | absolute_url }}">Science Communication</a></li>
<!-- <li><a href="elements.html">Elements</a></li> -->
</ul>
</nav>
Expand Down Expand Up @@ -123,4 +123,4 @@ <h2>Let's Connect</h2>
<script src={{ "/assets/js/main.js" | absolute_url }}></script>

</body>
</html>
</html>

0 comments on commit a1e9f7b

Please sign in to comment.