Skip to content
  1. Dec 07, 2018
  2. Dec 02, 2018
  3. Oct 02, 2018
  4. Sep 11, 2018
  5. Jul 13, 2018
  6. Jun 20, 2018
  7. Jun 19, 2018
  8. Jun 12, 2018
  9. Apr 19, 2018
  10. Apr 17, 2018
  11. Apr 13, 2018
  12. Apr 11, 2018
  13. Mar 22, 2018
  14. Mar 18, 2018
  15. Feb 16, 2018
  16. Dec 20, 2017
  17. Nov 05, 2017
  18. May 06, 2017
  19. Jan 08, 2017
    • Greg Wilson's avatar
      Moving links for all Jekyll-generated pages to `_includes/links.md`. · b3d28500
      Greg Wilson authored
      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.
      b3d28500