File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77< footer >
88 < div class ="row ">
9- < div class ="col-md-6 copyright " align ="left ">
9+ < div class ="col-md-6 license " id =" license-info " align ="left ">
1010 {% if site.carpentry == "swc" %}
1111 Licensed under < a href ="{{ site.cc_by_human }} "> CC-BY 4.0</ a > 2018–{{ 'now' | date: "%Y" }}
1212 by < a href ="{{ site.carpentries_site }} "> The Carpentries</ a >
Original file line number Diff line number Diff line change 1616 < link rel ="stylesheet " type ="text/css " href ="{{ relative_root_path }}/assets/css/bootstrap-theme.css " />
1717 < link rel ="stylesheet " type ="text/css " href ="{{ relative_root_path }}/assets/css/lesson.css " />
1818 < link rel ="stylesheet " type ="text/css " href ="{{ relative_root_path }}/assets/css/syntax.css " />
19+ < link rel ="license " href ="#license-info " />
1920
2021 {% include favicons.html %}
2122
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ article pre {
227227 text-align : center ;
228228}
229229
230- footer .copyright ,
230+ footer .license ,
231231footer .help-links
232232{
233233 font-size : inherit ;
You can’t perform that action at this time.
0 commit comments