Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit a14524d

Browse files
author
Andrew
authored
Update header.html
1 parent f1d2095 commit a14524d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

_includes/header.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
<span>Overview</span>
2222
</a>
2323
</li>
24+
<li class="bold-link">
25+
<a href="{{ '/access/' | relative_url }}">
26+
<span>Programs</span>
27+
</a>
28+
</li>
29+
<li{% if page.id == 'access' %} class="is-active"{% endif %}>
30+
<a href="{{ '/access/students/' | relative_url }}">
31+
<span>Students</span>
32+
</a>
33+
</li>
2434
<li{% if page.id == 'africa' %} class="is-active"{% endif %}>
2535
<a href="{{ '/access/africa/' | relative_url }}">
2636
<span>Africa</span>
@@ -127,9 +137,14 @@
127137
<span>Access</span>
128138
</a>
129139
</li>
140+
<li{% if page.id == 'students' %} class="is-active"{% endif %}>
141+
<a href="/access/students/">
142+
<span>All in for Students</span>
143+
</a>
144+
</li>
130145
<li{% if page.id == 'africa' %} class="is-active"{% endif %}>
131146
<a href="/access/africa/">
132-
<span>Africa</span>
147+
<span>All in Africa</span>
133148
</a>
134149
</li>
135150

0 commit comments

Comments
 (0)