Preparing for June 2016 release
[rnaseq-cwl-training.git] / _includes / footer.html
1 {% comment %}
2   Generic footer.  Links to repository, not to generated website, so
3   we do a bit of a dance to get the right URL.
4 {% endcomment %}
5 {% if site.is_production %}
6   {% capture repo_url %}{{ site.github.repository_url }}{% endcapture %}
7 {% else %}
8   {% capture repo_url %}https://github.com/{{ site.account }}/{{ site.project }}{% endcapture %}
9 {% endif %}
10 <hr/>
11 <footer>
12   <div class="row">
13     <div class="col-md-6" align="left">
14       <h4>
15         Copyright &copy; 2016
16         {% if site.carpentry == "swc" %}<a href="{{ site.swc_site }}">Software Carpentry Foundation</a>{% endif %}
17         {% if site.carpentry == "dc" %}<a href="{{ site.dc_site }}">Data Carpentry</a>{% endif %}
18       </h4>
19     </div>
20     <div class="col-md-6" align="right">
21       <h4>
22         <a href="{{ repo_url }}">Source</a>
23         /
24         <a href="{{ repo_url }}/blob/gh-pages/CONTRIBUTING.md">Contributing</a>
25         /
26         <a href="mailto:{{ site.email }}">Contact</a>
27       </h4>
28     </div>
29   </div>
30 </footer>