Skip to content

Commit 109e7ae

Browse files
author
jordanmccullough
committed
Force "active" on fixed navigation link
1 parent d1507ab commit 109e7ae

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

_includes/top.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<li><a{% if page.body_class == 'trainers' %} class="active"{% endif %} href="{{ site.url }}/trainers/">Trainers</a></li>
1919
<li><a{% if page.body_class == 'classes' %} class="active"{% endif %} href="{{ site.url }}/classes/">Classes</a></li>
2020
<li><a{% if page.body_class == 'schedule' %} class="active"{% endif %} href="{{ site.url }}/schedule/">Schedule</a></li>
21-
<li><a{% if page.body_class == 'kit' %} class="active"{% endif %} href="{{ site.url }}/kit/">Kit</a></li>
21+
<li><a class="active" href="{{ site.url }}/kit/">Kit</a></li>
2222
<li><a{% if page.body_class == 'resources' %} class="active"{% endif %} href="{{ site.url }}/resources/">Resources</a></li>
2323
<li><a{% if page.body_class == 'contact' %} class="active"{% endif %} href="{{ site.url }}/contact/">Contact</a></li>
2424
</ul>
@@ -36,15 +36,13 @@ <h2>{{ page.title }}</h2>
3636
<div class="jumbotron colorful classes">
3737
<div class="container text-center">
3838

39-
<p>Open source training content. Present your way to better version control.</p>
40-
4139
<div class="row">
4240
<div class="col-md-4">
4341
<a href="foundations/">
4442
<div class="panel">
4543
<span class="octicon octicon-plug"></span>
4644
<h4>Foundations</h4>
47-
<p>Core skills for day-to-day use of Git on the command line and GitHub workflows</p>
45+
<p><small>Core skills for day-to-day use of Git on the command line and GitHub workflows</small></p>
4846
</div>
4947
</a>
5048
</div>
@@ -54,7 +52,7 @@ <h4>Foundations</h4>
5452
<div class="panel">
5553
<span class="octicon octicon-terminal"></span>
5654
<h4>Intermediate</h4>
57-
<p>Important command line skills and problem solving processes</p>
55+
<p><small>Important command line skills and problem solving processes</small></p>
5856
</div>
5957
</a>
6058
</div>
@@ -64,7 +62,7 @@ <h4>Intermediate</h4>
6462
<div class="panel">
6563
<span class="octicon octicon-microscope"></span>
6664
<h4>Advanced</h4>
67-
<p>Command line deep dive, problem solving techniques, and GitHub efficiencies</p>
65+
<p><small>Command line deep dive, problem solving techniques, and GitHub efficiencies</small></p>
6866
</div>
6967
</a>
7068
</div>

0 commit comments

Comments
 (0)