Add note about the version of the style
[rnaseq-cwl-training.git] / _includes / lesson_footer.html
1 {% comment %}
2   Footer for lesson pages.
3 {% endcomment %}
4 <footer>
5   <div class="row">
6     <div class="col-md-6 copyright" align="left">
7         Copyright &copy; 2016–{{ 'now' | date: "%Y" }}
8         {% if site.carpentry == "swc" %}
9         <a href="{{ site.swc_site }}">Software Carpentry Foundation</a>
10         {% elsif site.carpentry == "dc" %}
11         <a href="{{ site.dc_site }}">Data Carpentry</a>
12         {% elsif site.carpentry == "lc" %}
13         <a href="{{ site.lc_site }}">Library Carpentry</a>
14         {% endif %}
15     </div>
16     <div class="col-md-6 help-links" align="right">
17         {% if page.source %}
18         {% if page.source == "Rmd" %}
19         <a href="{{site.github.repository_url}}/edit/gh-pages/{{page.path|replace: "_episodes", "_episodes_rmd" | replace: ".md", ".Rmd"}}">Edit on GitHub</a>
20         {% endif %}
21         {% else %}
22         <a href="{{site.github.repository_url}}/edit/gh-pages/{{page.path}}">Edit on GitHub</a>
23         {% endif %}
24         /
25         <a href="{{ site.github.repository_url }}/blob/gh-pages/CONTRIBUTING.md">Contributing</a>
26         /
27         <a href="{{ site.github.repository_url }}/">Source</a>
28         /
29         <a href="{{ site.github.repository_url }}/blob/gh-pages/CITATION">Cite</a>
30         /
31         <a href="mailto:{{ site.email }}">Contact</a>
32     </div>
33   </div>
34   <div class="row">
35     <div class="col-md-12" align="center">
36       Using <a href="https://github.com/swcarpentry/styles/">The Carpentries style</a> 
37       version <a href="https://github.com/swcarpentry/styles/releases/tag/v9.4.0">9.4.0</a>.
38     </div>
39   </div>
40 </footer>