Skip to content

Commit 263e4dd

Browse files
committed
Renaming workshops to schedule
1 parent bd0561d commit 263e4dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_includes/navbar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ul class="nav nav-tabs">
1717
<li><a href="{{ site.url }}/" >Home</a></li>
1818
<li><a href="{{ site.url }}/speakers" >Speakers</a></li>
19-
<li><a href="{{ site.url }}/workshops" >Workshops</a></li>
19+
<li><a href="{{ site.url }}/schedule" >Schedule</a></li>
2020
<li><a href="{{ site.url }}/activities">Activities</a></li>
2121
<li><a href="{{ site.url }}/sponsors" >Sponsors</a></li>
2222
<li><a href="{{ site.url }}/attendee" >Attendees</a></li>

js/custom.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $(function(){
33
// activate the current nav-tab
44
$("#home a:contains('Home')").parent().addClass('active');
55
$("#speakers a:contains('Speakers')").parent().addClass('active');
6-
$("#workshops a:contains('Workshops')").parent().addClass('active');
6+
$("#schedule a:contains('Schedule')").parent().addClass('active');
77
$("#activities a:contains('Activities')").parent().addClass('active');
88
$("#sponsors a:contains('Sponsors')").parent().addClass('active');
99
$("#conduct a:contains('Code of Conduct')").parent().addClass('active');

workshops/index.md renamed to schedule/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
3-
title: workshops
4-
body_id: workshops
3+
title: schedule
4+
body_id: schedule
55
---
66

77
# Day 1 and Day 2 Schedule
@@ -25,4 +25,4 @@ There will also be a Zentral workshop on Sunday June 4th at 3pm at SFU Harbour C
2525
</p>
2626
<p>
2727
Please see the <a href="{{ site.url }}/attendee">Attendees</a> page for more info on workshop requirements.
28-
</p>
28+
</p>

0 commit comments

Comments
 (0)