X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/48b6ab3ebcbc56eee36ffe1c7c00e6028746fcc5..e176d3bffaf78fe2882929f7685ccf90da9f4a26:/_includes/episode_navbar.html diff --git a/_includes/episode_navbar.html b/_includes/episode_navbar.html index ea368eb..5abf86f 100644 --- a/_includes/episode_navbar.html +++ b/_includes/episode_navbar.html @@ -9,11 +9,17 @@ need to re-assign it here Navigation bar for an episode. {% endcomment %} +{% include manual_episode_order.html %} +{% comment %} + 'previous_episode' and 'next_episodes' are defined in 'manual_episode_order.html'. + These replace 'page.previous' and 'page.next' objects, correspondingly. +{% endcomment %} +

- {% if page.previous.url %} - previous episode + {% if previous_episode %} + previous episode {% else %} lesson home {% endif %} @@ -26,8 +32,8 @@ need to re-assign it here

- {% if page.next.url %} - next episode + {% if next_episode %} + next episode {% else %} lesson home {% endif %}