File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
< div class ="col-md-6 offset-md-4 ">
3
3
< nav aria-label ="Page navigation ">
4
4
< ul class ="pagination ">
5
- < li {% if include.param == "day5 " %} class ="active page-item " {% endif %} > < a href ="/workshops " class ="page-link "> Pre-Conference</ a > </ li >
5
+ < li {% if include.param == "day0 " %} class ="active page-item " {% endif %} > < a href ="/workshops " class ="page-link "> Pre-Conference</ a > </ li >
6
6
< li {% if include.param == "day1 " %} class ="active page-item " {% endif %} > < a href ="/schedule/day-1 " class ="page-link "> Day 1</ a > </ li >
7
7
< li {% if include.param == "day2 " %} class ="active page-item " {% endif %} > < a href ="/schedule/day-2 " class ="page-link "> Day 2</ a > </ li >
8
8
< li {% if include.param == "day3 " %} class ="active page-item " {% endif %} > < a href ="/schedule/day-3 " class ="page-link "> Day 3</ a > </ li >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
title: Pre-Conference Workshops
4
- day: day5
4
+ day: day0
5
5
---
6
6
7
7
< div class ="container ">
You can’t perform that action at this time.
0 commit comments