diff --git a/_data/right.yml b/_data/rights.yml similarity index 64% rename from _data/right.yml rename to _data/rights.yml index 50e5152facd..bedc283d9db 100644 --- a/_data/right.yml +++ b/_data/rights.yml @@ -7,15 +7,11 @@ license: - link: "https://creativecommons.org/licenses/by/4.0/" - prompt: This post is licensed under name: CC BY 4.0 - icons: - - "fab fa-creative-commons" - - "fab fa-creative-commons-by" + link: "https://creativecommons.org/licenses/by/4.0/" brief: Some rights reserved. verbose: >- - The blog posts on this site are licensed - under the Creative Commons Attribution 4.0 International (CC BY 4.0) License. \ No newline at end of file + Except where otherwise noted, the blog posts on this site are licensed + under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author. \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 31da5a4ed8f..46203003209 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -12,9 +12,9 @@

© {{ 'now' | date: "%Y" }} {{ site.social.name }}. - {% if site.data.right.brief %} + {% if site.data.rights.brief %} {{ site.data.right.brief }} + title="{{ site.data.rights.verbose }}">{{ site.data.rights.brief }} {% endif %}

diff --git a/_includes/post-sharing.html b/_includes/post-sharing.html index 24a03158f68..e4ddec28324 100644 --- a/_includes/post-sharing.html +++ b/_includes/post-sharing.html @@ -8,7 +8,7 @@ -->
- {{ site.data.share.label }} + {{ site.data.share.label }} {% capture title %}{{ page.title }} - {{ site.title }}{% endcapture %} {% assign url = page.url | relative_url | prepend: site.url %} diff --git a/_layouts/post.html b/_layouts/post.html index 424753117c5..dddb2e12be9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,24 +16,42 @@

{{ page.title }}