Skip to content

Commit 9357284

Browse files
committed
var name fixed
1 parent 3fbe07d commit 9357284

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

02-JS-I/README.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lessonTitle": "JavaScript I",
33
"feedbackID": "02-JS-I",
44
"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",
66
"eleventyNavigation": {
77
"key": "JS I",
88
"order": 5

03-JS-II/README.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lessonTitle": "JavaScript II",
33
"feedbackID": "03-JS-II",
44
"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",
66
"eleventyNavigation": {
77
"key": "JS II",
88
"order": 6

04-JS-III/README.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lessonTitle": "JavaScript III",
33
"feedbackID": "04-JS-III",
44
"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",
66
"eleventyNavigation": {
77
"key": "JS III",
88
"order": 7

05-JS-IV/README.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lessonTitle": "JavaScript IV",
33
"feedbackID": "05-JS-IV",
44
"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",
66
"eleventyNavigation": {
77
"key": "JS IV",
88
"order": 8

06-JS-V/README.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lessonTitle": "JavaScript V",
33
"feedbackID": "06-JS-V",
44
"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",
66
"eleventyNavigation": {
77
"key": "JS V",
88
"order": 9

07-JS-VI/README.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lessonTitle": "JavaScript VI",
33
"feedbackID": "07-JS-VI",
44
"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",
66
"eleventyNavigation": {
77
"key": "JS VI",
88
"order": 10

09-CSS-Positioning/README.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lessonTitle": "CSS",
33
"feedbackID": "09-CSS-Positioning",
44
"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",
66
"eleventyNavigation": {
77
"key": "CSS",
88
"order": 12

_src/layouts/lesson.njk

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ favicon: 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com/Assets/favicon
7474

7575
<div class='lesson'>
7676
<div class='rightBox'>
77-
{% if homeworkLink %}
77+
{% if homeworkUrl %}
7878
<div class='homeworkBox'>
79-
<a href={{homeworkLink}} target='blank'>Homework 📝</a>
79+
<a href={{homeworkUrl}} target='blank'>Homework 📝</a>
8080
</div>
8181
{% endif %}
8282
<div class="readingTime">

0 commit comments

Comments
 (0)