Skip to content
Commit b3d28500 authored by Greg Wilson's avatar Greg Wilson
Browse files

Moving links for all Jekyll-generated pages to `_includes/links.md`.

1.  Create file `_includes/links.md` with definitions of all links.
2.  Replace links at the bottom of Jekyll'd `.md` files with inclusion of that file.
3.  Modify `bin/lesson_check.py` to load and check definitions in this file.

This eliminates most redundancy in link definitions, though
`CONTRIBUTING.md` and `README.md` still contain their own links, since
they are not Jekyll'd.  Note that we *cannot* put the links into
`_layouts/*.html` (or even `_layouts/something.md`) because of the
order in which Jekyll expands things - we have to explicitly include
it in each page.
parent 8d1f5d1f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment