2 Footer for lesson pages.
6 <div class="col-md-6 copyright" align="left">
7 {% if site.carpentry == "swc" %}
8 Copyright © 2018–{{ 'now' | date: "%Y" }}
9 <a href="{{ site.carpentries_site }}">The Carpentries</a>
11 Copyright © 2016–2018
12 <a href="{{ site.swc_site }}">Software Carpentry Foundation</a>
13 {% elsif site.carpentry == "dc" %}
14 Copyright © 2018–{{ 'now' | date: "%Y" }}
15 <a href="{{ site.carpentries_site }}">The Carpentries</a>
17 Copyright © 2016–2018
18 <a href="{{ site.dc_site }}">Data Carpentry</a>
19 {% elsif site.carpentry == "lc" %}
20 Copyright © 2016–{{ 'now' | date: "%Y" }}
21 <a href="{{ site.lc_site }}">Library Carpentry</a>
24 <div class="col-md-6 help-links" align="right">
26 {% if page.source == "Rmd" %}
27 <a href="{{site.github.repository_url}}/edit/gh-pages/{{page.path|replace: "_episodes", "_episodes_rmd" | replace: ".md", ".Rmd"}}">Edit on GitHub</a>
30 <a href="{{site.github.repository_url}}/edit/gh-pages/{{page.path}}">Edit on GitHub</a>
33 <a href="{{ site.github.repository_url }}/blob/gh-pages/CONTRIBUTING.md">Contributing</a>
35 <a href="{{ site.github.repository_url }}/">Source</a>
37 <a href="{{ site.github.repository_url }}/blob/gh-pages/CITATION">Cite</a>
39 <a href="mailto:{{ site.email }}">Contact</a>
43 <div class="col-md-12" align="center">
44 Using <a href="https://github.com/swcarpentry/styles/">The Carpentries style</a>
45 version <a href="https://github.com/swcarpentry/styles/releases/tag/v9.4.0">9.4.0</a>.