License is not a copyright. License info ID (#472)
authorMaxim Belkin <maxim.belkin@gmail.com>
Mon, 6 Jul 2020 14:52:50 +0000 (09:52 -0500)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 14:52:50 +0000 (10:52 -0400)
_includes/lesson_footer.html
_layouts/base.html
assets/css/lesson.scss

index 03091a7cd20e0234307a5a36108c18e288a46be3..b0eb29912ed1f9bf3df02ab2d7e7c97d700a4a3c 100644 (file)
@@ -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>
index 07a497272325c3263b50a1e0a91762417dcaa2d4..cc4132d63de52ccf7f499c30c83e73f68e2f8c38 100644 (file)
@@ -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 %}
 
index 53f158fb953eb3eac85f2d8b195bdb413864ca7f..e1db8f315994ebf031a3c72c54b605305495adbf 100644 (file)
@@ -227,7 +227,7 @@ article pre {
   text-align: center;
 }
 
-footer .copyright,
+footer .license,
 footer .help-links
 {
     font-size: inherit;