Skip to content

Commit

Permalink
Update navbar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cspampin authored Mar 14, 2024
1 parent 867efa2 commit 88fe551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav>
<ul>
<li><a href="https://perceivelab.github.io/wp-mz-24/">Home</a></li>
<li><a href="https://perceivelab.github.io/wp-mz-24/lezioni">Lezioni</a></li>
<li><a href"https://perceivelab.github.io/wp-mz-24/homework">Homework</a></li>
<li><a href={{ site.baseurl }}>Home</a></li>
<li><a href={{ site.baseurl }}/lezioni>Lezioni</a></li>
<li><a href={{ site.baseurl }}/homework>Homework</a></li>
</ul>
</nav>

0 comments on commit 88fe551

Please sign in to comment.