Newer
Older
{% comment %}
Generic footer: prev_episode and next_episode will only be set if this is an episode,
so previous/next link arrows will not appear for other kinds of pages.
{% endcomment %}
{% include episode_find_prev_next.html %}
<div class="col-md-1">
<h4>{% if prev_episode %}<a href="{{ site.root }}{{ prev_episode.url }}"><span class="glyphicon glyphicon-menu-left"></span></a>{% endif %}</h4>
</div>
<div class="col-md-10 footertext">
<h4>
Copyright © 2016 Software Carpentry Foundation
/
<a href="{{ site.root }}/license/">License</a>
/
<a href="mailto:{{site.email}}">Contact</a>
</h4>
</div>
<div class="col-md-1">
<h4>{% if next_episode %}<a href="{{ site.root }}{{ next_episode.url }}"><span class="glyphicon glyphicon-menu-right"></span></a>{% endif %}</h4>