diff --git a/_includes/episode_navbar.html b/_includes/episode_navbar.html index 082047f9c5d78addf378e0966fa2b5623bd2a377..a789d3d9908eca4b6a61a1588259b26006c35982 100644 --- a/_includes/episode_navbar.html +++ b/_includes/episode_navbar.html @@ -1,6 +1,5 @@ {% comment %} Find previous and next episodes (if any). - Including file must pass episode_navbar_title=true or ...=false to display episode title. {% endcomment %} {% for episode in site.episodes %} {% if episode.url == page.url %} @@ -21,9 +20,9 @@

{% if prev_episode %} - + previous episode {% else %} - + lesson home {% endif %}

@@ -36,9 +35,9 @@

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

diff --git a/_includes/navbar.html b/_includes/navbar.html index 126fe3d0a10a7959d5d3b97780f9c783e65a6cfc..b0a2c3d83055b5105d0175106b01e85027efbd84 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -68,7 +68,7 @@