Closed AdrianDAlessandro closed 3 weeks ago
The Jekyll link to the setup page was being used incorrectly. We need to use [lesson-setup], which comes from links.md which is included at the bottom of the page already.
[lesson-setup]
links.md
Fixes #97
And this works because the {% include links.md %} is at the bottom, right?
{% include links.md %}
Yes, that line basically copies the content of links.md to the bottom of the file.
The Jekyll link to the setup page was being used incorrectly. We need to use
[lesson-setup]
, which comes fromlinks.md
which is included at the bottom of the page already.Fixes #97