Skip to content

Commit

Permalink
Update menu.html added menu link to news.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cottage14 authored Sep 22, 2024
1 parent ccfe4ea commit 84ffb14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/theme/templates/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
<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="/team.html">About the team</a></li>
<li><a class="dropdown-item" href="/roundtable.html">The Infrastructure Roundtable</a></li>
<li><a class="dropdown-item" href="/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>
</ul>
</li>
<li class="nav-item">
Expand Down

0 comments on commit 84ffb14

Please sign in to comment.