Skip to content

Commit 5fe9eec

Browse files
authored
License is not a copyright. License info ID (#472)
1 parent 3001ab5 commit 5fe9eec

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

_includes/lesson_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

_layouts/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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

assets/css/lesson.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ article pre {
227227
text-align: center;
228228
}
229229

230-
footer .copyright,
230+
footer .license,
231231
footer .help-links
232232
{
233233
font-size: inherit;

0 commit comments

Comments
 (0)