Skip to content

Commit

Permalink
Update menu.html fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
cottage14 authored Sep 22, 2024
1 parent 84ffb14 commit 2f0cd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/theme/templates/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">About</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/news.html">News</a></li>
<li><a class="dropdown-item" href="/infra-news.html">News</a></li>
<li><a class="dropdown-item" href="/blog/">The Infrastructure Blog</a></li>
<li><a class="dropdown-item" href="/roundtable.html">The Infrastructure Roundtable</a></li>
<li><a class="dropdown-item" href="/team.html">About the team</a></li>
Expand Down

0 comments on commit 2f0cd69

Please sign in to comment.