From 48bffb804e73d083581a8a0b496b0b72faf98eb8 Mon Sep 17 00:00:00 2001 From: Julian Pistorius Date: Sat, 14 Jul 2018 15:50:58 -0700 Subject: [PATCH] Problem: Link to 'All in one page' is broken Solution: Use the `aio.md` file from the instructor training and change the URL to `aio.md` in the `navbar.html` file --- _includes/navbar.html | 2 +- aio.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 aio.md diff --git a/_includes/navbar.html b/_includes/navbar.html index 7782c9d..200d697 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -46,7 +46,7 @@
  • {{ episode.title }}
  • {% endfor %} -
  • All in one page (Beta)
  • +
  • All in one page (Beta)
  • {% endif %} diff --git a/aio.md b/aio.md new file mode 100644 index 0000000..c75bc60 --- /dev/null +++ b/aio.md @@ -0,0 +1,36 @@ +--- +layout: page +root: . +--- + +{% comment %} +Create anchor for each one of the episodes. +{% endcomment %} +{% for episode in site.episodes %} +
    +{% endfor %}