diff --git a/README.md b/README.md index be564b2..2c2e73b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ License ======= The content of this theme is distributed and licensed under a -![License Badge](https://i.creativecommons.org/l/by/4.0/88x31.png) +![License Badge](/images/cc_by_88x31.png) [Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) This license lets others distribute, remix, tweak, and build upon your work, @@ -74,4 +74,6 @@ respective owners: * js/bootstrap.min.js - [bootstrap](http://getbootstrap.com) * css/bootstrap.min.css - [bootstrap](http://getbootstrap.com) -* js/jquery.min.js - [jquery](https://jquery.com/) +* js/jquery.min.js - [jquery](https://jquery.com) +* images/cc_by_80x15.png - [creative commons](https://creativecommons.org) +* images/cc_by_88x31.png - [creative commons](https://creativecommons.org) diff --git a/_includes/footer.html b/_includes/footer.html index 81a6952..eb4ffc9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,7 @@
diff --git a/_posts/2014-08-22-jekyll-clean-theme.md b/_posts/2014-08-22-jekyll-clean-theme.md index d1e7cf8..3df9d7a 100644 --- a/_posts/2014-08-22-jekyll-clean-theme.md +++ b/_posts/2014-08-22-jekyll-clean-theme.md @@ -47,7 +47,6 @@ You can setup an upstream tracking repository like so: ``` $ git remote add upstream git@github.com:scotte/jekyll-clean.git ``` - And now when you wish to rebase your own branch onto the latest version of the theme, simply do: @@ -67,7 +66,7 @@ License ======= The content of this theme is distributed and licensed under a -![License Badge](https://i.creativecommons.org/l/by/4.0/88x31.png) +![License Badge](/images/cc_by_88x31.png) [Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) This license lets others distribute, remix, tweak, and build upon your work, even commercially, as long as they credit you for the original creation. This is the most accommodating of licenses offered. Recommended for maximum dissemination and use of licensed materials. @@ -78,3 +77,5 @@ respective owners: * js/bootstrap.min.js - [bootstrap](http://getbootstrap.com) * css/bootstrap.min.css - [bootstrap](http://getbootstrap.com) * js/jquery.min.js - [jquery](https://jquery.com/) +* images/cc_by_80x15.png - [creative commons](https://creativecommons.org) +* images/cc_by_88x31.png - [creative commons](https://creativecommons.org) diff --git a/images/cc_by_80x15.png b/images/cc_by_80x15.png new file mode 100644 index 0000000..ecd2abc Binary files /dev/null and b/images/cc_by_80x15.png differ diff --git a/images/cc_by_88x31.png b/images/cc_by_88x31.png new file mode 100644 index 0000000..822491e Binary files /dev/null and b/images/cc_by_88x31.png differ