Skip to content

Commit d04f728

Browse files
committed
Adds TAC page to the About menu
Signed-off-by: Chris Abraham <[email protected]>
1 parent b5dffd5 commit d04f728

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_includes/main_menu.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@
139139
<a class="nav-dropdown-item" href="{{ site.baseurl }}/governing-board">
140140
<span class=dropdown-title>Governing Board</span>
141141
</a>
142+
<a class="nav-dropdown-item" href="{{ site.baseurl }}/tac">
143+
<span class=dropdown-title>Technical Advisory Council</span>
144+
</a>
142145
<a class="nav-dropdown-item" href="{{ site.baseurl }}/contact-us">
143146
<span class=dropdown-title>Contact Us</span>
144147
</a>

_includes/mobile_menu.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@
116116
<li>
117117
<a href="{{ site.baseurl }}/governing-board">Governing Board</a>
118118
</li>
119+
<li>
120+
<a href="{{ site.baseurl }}/tac">Technical Advisory Council</a>
121+
</li>
119122
<li>
120123
<a href="{{ site.baseurl }}/contact-us">Contact Us</a>
121124
</li>

0 commit comments

Comments
 (0)