Skip to content

Commit

Permalink
License is not a copyright. License info ID (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-belkin authored Jul 6, 2020
1 parent 3001ab5 commit 5fe9eec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/lesson_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<footer>
<div class="row">
<div class="col-md-6 copyright" align="left">
<div class="col-md-6 license" id="license-info" align="left">
{% if site.carpentry == "swc" %}
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>
Expand Down
1 change: 1 addition & 0 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/bootstrap-theme.css" />
<link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/lesson.css" />
<link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/syntax.css" />
<link rel="license" href="#license-info" />

{% include favicons.html %}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/lesson.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ article pre {
text-align: center;
}

footer .copyright,
footer .license,
footer .help-links
{
font-size: inherit;
Expand Down

0 comments on commit 5fe9eec

Please sign in to comment.