Switching to GitHub-defined variables
[rnaseq-cwl-training.git] / _includes / episode_title.html
1 {% include episode_find_prev_next.html %}
2 <div class="row">
3   <div class="col-md-1">
4     <h3>
5       {% if prev_episode %}
6       <a href="{{ site.github.url }}{{ prev_episode.url }}"><span class="glyphicon glyphicon-menu-left"></span></a>
7       {% else %}
8       <a href="{{ site.github.url }}"><span class="glyphicon glyphicon-menu-up"></span></a>
9       {% endif %}
10     </h3>
11   </div>
12   <div class="col-md-10">
13     <h3 class="maintitle"><a href="{{ site.github.url }}/">{{ site.title }}</a></h3>
14     <h1 class="maintitle">{{ page.title }}</h1>
15   </div>
16   <div class="col-md-1">
17     <h3>
18       {% if next_episode %}
19       <a href="{{ site.github.url }}{{ next_episode.url }}"><span class="glyphicon glyphicon-menu-right"></span></a>
20       {% else %}
21       <a href="{{ site.github.url }}"><span class="glyphicon glyphicon-menu-up"></span></a>
22       {% endif %}
23     </h3>
24   </div>
25 </div>