X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/d0b3cf479e28a9c308fa9c2040b749c969edfe6a..efa2cc93ffcce0bb335a8f2e5121c67c146fcb8c:/_includes/episode_title.html diff --git a/_includes/episode_title.html b/_includes/episode_title.html index 5b9c821..d0abc65 100644 --- a/_includes/episode_title.html +++ b/_includes/episode_title.html @@ -1,42 +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 %} - - {% else %} - - {% endif %} -

-

{{ site.title }}

{{ page.title }}

-

- {% if next_episode %} - - {% else %} - - {% endif %} -