Remove software carpentries logo
[rnaseq-cwl-training.git] / _includes / lesson_footer.html
index 330670b867cfd28df71aecbc613200e6e9961f8b..0498eed9980d24ed15ccc381da64c2be1ebf8634 100644 (file)
@@ -2,45 +2,18 @@
   Footer for lesson pages.
 {% endcomment %}
 
-{% include gh_default_branch.html %}
+{% include gh_variables.html %}
 
 <footer>
   <div class="row">
-    <div class="col-md-6 copyright" align="left">
-       {% if site.carpentry == "swc" %}
+    <div class="col-md-6 license" id="license-info" align="left">
        Licensed under <a href="{{ site.cc_by_human }}">CC-BY 4.0</a> 2018–{{ 'now' | date: "%Y" }}
-       by <a href="{{ site.carpentries_site }}">The Carpentries</a>
-        <br>
-        Licensed under <a href="{{ site.cc_by_human }}">CC-BY 4.0</a> 2016–2018
-       by <a href="{{ site.swc_site }}">Software Carpentry Foundation</a>
-       {% elsif site.carpentry == "dc" %}
-       Licensed under <a href="{{ site.cc_by_human }}">CC-BY 4.0</a> 2018–{{ 'now' | date: "%Y" }}
-       by <a href="{{ site.carpentries_site }}">The Carpentries</a>
-        <br>
-        Licensed under <a href="{{ site.cc_by_human }}">CC-BY 4.0</a> 2016–2018
-       by <a href="{{ site.dc_site }}">Data Carpentry</a>
-       {% elsif site.carpentry == "lc" %}
-       Licensed under <a href="{{ site.cc_by_human }}">CC-BY 4.0</a> 2016–{{ 'now' | date: "%Y" }}
-       by <a href="{{ site.lc_site }}">Library Carpentry</a>
-       {% elsif site.carpentry == "cp" %}
-       Licensed under <a href="{{ site.cc_by_human }}">CC-BY 4.0</a> 2018–{{ 'now' | date: "%Y" }}
-       by <a href="{{ site.carpentries_site }}">The Carpentries</a>
-       {% endif %}
+       by <a href="https://curii.com">Curii Corporation</a>
     </div>
     <div class="col-md-6 help-links" align="right">
-       {% if page.source %}
-       {% if page.source == "Rmd" %}
-       <a href="{{site.github.repository_url}}/edit/{{ default_branch }}/{{page.path|replace: "_episodes", "_episodes_rmd" | replace: ".md", ".Rmd"}}">Edit on GitHub</a>
-       {% endif %}
-       {% else %}
-       <a href="{{site.github.repository_url}}/edit/{{ default_branch }}/{{page.path}}">Edit on GitHub</a>
-       {% endif %}
-       /
-       <a href="{{ site.github.repository_url }}/blob/{{ site.github.source.branch }}/CONTRIBUTING.md">Contributing</a>
-       /
-       <a href="{{ site.github.repository_url }}/">Source</a>
+       <a href="{{ relative_root_path }}{% link CONTRIBUTING.md %}" data-checker-ignore>Contributing</a>
        /
-       <a href="{{ site.github.repository_url }}/blob/{{ site.github.source.branch }}/CITATION">Cite</a>
+       <a href="https://git.arvados.org/rnaseq-cwl-training.git/">Source</a>
        /
        <a href="mailto:{{ site.email }}">Contact</a>
     </div>