Commit 9357284 1 parent 3fbe07d commit 9357284 Copy full SHA for 9357284
File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
"lessonTitle" : " JavaScript I" ,
3
3
"feedbackID" : " 02-JS-I" ,
4
4
"permalink" : " /JavaScript_I/" ,
5
- "homeworkLink " : " https://github.com/soyHenry/Prep-Course/tree/main/02-JS-I/homework" ,
5
+ "homeworkUrl " : " https://github.com/soyHenry/Prep-Course/tree/main/02-JS-I/homework" ,
6
6
"eleventyNavigation" : {
7
7
"key" : " JS I" ,
8
8
"order" : 5
Original file line number Diff line number Diff line change 2
2
"lessonTitle" : " JavaScript II" ,
3
3
"feedbackID" : " 03-JS-II" ,
4
4
"permalink" : " /JavaScript_II/" ,
5
- "homeworkLink " : " https://github.com/soyHenry/Prep-Course/tree/main/03-JS-II/homework" ,
5
+ "homeworkUrl " : " https://github.com/soyHenry/Prep-Course/tree/main/03-JS-II/homework" ,
6
6
"eleventyNavigation" : {
7
7
"key" : " JS II" ,
8
8
"order" : 6
Original file line number Diff line number Diff line change 2
2
"lessonTitle" : " JavaScript III" ,
3
3
"feedbackID" : " 04-JS-III" ,
4
4
"permalink" : " /JavaScript_III/" ,
5
- "homeworkLink " : " https://github.com/soyHenry/Prep-Course/tree/main/04-JS-III/homework" ,
5
+ "homeworkUrl " : " https://github.com/soyHenry/Prep-Course/tree/main/04-JS-III/homework" ,
6
6
"eleventyNavigation" : {
7
7
"key" : " JS III" ,
8
8
"order" : 7
Original file line number Diff line number Diff line change 2
2
"lessonTitle" : " JavaScript IV" ,
3
3
"feedbackID" : " 05-JS-IV" ,
4
4
"permalink" : " /JavaScript_IV/" ,
5
- "homeworkLink " : " https://github.com/soyHenry/Prep-Course/tree/main/05-JS-IV/homework" ,
5
+ "homeworkUrl " : " https://github.com/soyHenry/Prep-Course/tree/main/05-JS-IV/homework" ,
6
6
"eleventyNavigation" : {
7
7
"key" : " JS IV" ,
8
8
"order" : 8
Original file line number Diff line number Diff line change 2
2
"lessonTitle" : " JavaScript V" ,
3
3
"feedbackID" : " 06-JS-V" ,
4
4
"permalink" : " /JavaScript_V/" ,
5
- "homeworkLink " : " https://github.com/soyHenry/Prep-Course/tree/main/06-JS-V/homework" ,
5
+ "homeworkUrl " : " https://github.com/soyHenry/Prep-Course/tree/main/06-JS-V/homework" ,
6
6
"eleventyNavigation" : {
7
7
"key" : " JS V" ,
8
8
"order" : 9
Original file line number Diff line number Diff line change 2
2
"lessonTitle" : " JavaScript VI" ,
3
3
"feedbackID" : " 07-JS-VI" ,
4
4
"permalink" : " /JavaScript_VI/" ,
5
- "homeworkLink " : " https://github.com/soyHenry/Prep-Course/tree/main/07-JS-VI/homework" ,
5
+ "homeworkUrl " : " https://github.com/soyHenry/Prep-Course/tree/main/07-JS-VI/homework" ,
6
6
"eleventyNavigation" : {
7
7
"key" : " JS VI" ,
8
8
"order" : 10
Original file line number Diff line number Diff line change 2
2
"lessonTitle" : " CSS" ,
3
3
"feedbackID" : " 09-CSS-Positioning" ,
4
4
"permalink" : " /CSS/" ,
5
- "homeworkLink " : " https://github.com/soyHenry/Prep-Course/tree/main/09-CSS-Positioning/homework" ,
5
+ "homeworkUrl " : " https://github.com/soyHenry/Prep-Course/tree/main/09-CSS-Positioning/homework" ,
6
6
"eleventyNavigation" : {
7
7
"key" : " CSS" ,
8
8
"order" : 12
Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ favicon: 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com/Assets/favicon
74
74
75
75
<div class =' lesson' >
76
76
<div class =' rightBox' >
77
- {% if homeworkLink %}
77
+ {% if homeworkUrl %}
78
78
<div class =' homeworkBox' >
79
- <a href ={{homeworkLink }} target =' blank' >Homework 📝</a >
79
+ <a href ={{homeworkUrl }} target =' blank' >Homework 📝</a >
80
80
</div >
81
81
{% endif %}
82
82
<div class =" readingTime" >
You can’t perform that action at this time.
0 commit comments