Skip to content

Commit

Permalink
Update lesson_footer.html, cms style
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhogan authored Dec 14, 2023
1 parent 687028f commit 27bb83e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _includes/lesson_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
{% 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>
{% elsif site.carpentry == "cms" %}
Content licensed under <a href="{{ site.cc_by_human }}">CC-BY 4.0</a> 2020–{{ 'now' | date: "%Y" }}
by <a href="{{ site.cms_site }}">The CMS Collaboration</a>
<br>
Lesson setup 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 %}
</div>
<div class="col-md-6 help-links" align="right">
Expand Down

0 comments on commit 27bb83e

Please sign in to comment.