X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/9de64a06625eca27a406440da3087d7f9cbd14b9..56c504729f0bfb3208f1c75912ecf500c540003e:/_includes/episode_title.html diff --git a/_includes/episode_title.html b/_includes/episode_title.html index 7ea24a2..d0abc65 100644 --- a/_includes/episode_title.html +++ b/_includes/episode_title.html @@ -1,46 +1,9 @@ -{% comment %} - Find previous and next episodes (if any). -{% endcomment %} -{% for episode in site.episodes %} - {% if episode.url == page.url %} - {% unless forloop.first %} - {% assign prev_episode = prev %} - {% endunless %} - {% unless forloop.last %} - {% assign next_episode = site.episodes[forloop.index] %} - {% endunless %} - {% endif %} - {% assign prev = episode %} -{% endfor %} - -{% comment %} - Display title and prev/next links. -{% endcomment %}
-

- {% if prev_episode %} - - {% elsif site.github.url %} - - {% else %} - - {% endif %} -

-

{{ site.title }}

{{ page.title }}

-

- {% if next_episode %} - - {% elsif site.github.url %} - - {% else %} - - {% endif %} -