File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 10
10
< div class ="col-12 ">
11
11
{% if forloop.index == 1 %}
12
12
< h1 > {{ page.title }}</ h1 >
13
+ < p >
14
+ < a style ="text-decoration:underline " href ="{{ page.backlink }} "> Back to {{ page.backlink_text }} Schedule</ a >
15
+ </ p >
13
16
{{ content }}
14
17
{% endif %}
15
18
{% include menu.html meal=meal %}
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: day-menu
3
- title: Monday Menus
3
+ title: Day 1 Menus
4
4
menu: day1-menus
5
+ backlink: "/schedule/day-1"
6
+ backlink_text: Day 1
5
7
---
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: day-menu
3
- title: Tuseday Menus
3
+ title: Day 2 Menus
4
4
menu: day2-menus
5
+ backlink: "/schedule/day-2"
6
+ backlink_text: Day 2
5
7
---
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: day-menu
3
- title: Wednesday Menus
3
+ title: Day 3 Menus
4
4
menu: day3-menus
5
+ backlink: "/schedule/day-2"
6
+ backlink_text: Day 2
5
7
---
You can’t perform that action at this time.
0 commit comments