Make local copies of creative commons badges
This commit is contained in:
parent
73728c1b1e
commit
263c795413
@ -61,7 +61,7 @@ License
|
||||
=======
|
||||
|
||||
The content of this theme is distributed and licensed under a
|
||||

|
||||

|
||||
[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)
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="row-fluid">
|
||||
<div class="span12 footer navbar-inverse navbar-fixed-bottom">
|
||||
<p class="copyright">Copyright © {{ site.time | date: '%Y' }} {{ site.name }}. Powered by <a href="http://jekyllrb.com">Jekyll</a>, theme by <a href="https://github.com/scotte/jekyll-clean">Scott Emmons</a>
|
||||
<a href="http://creativecommons.org/licenses/by/4.0/"><img src="https://i.creativecommons.org/l/by/4.0/80x15.png"/></a>
|
||||
<a href="http://creativecommons.org/licenses/by/4.0/"><img src="/images/cc_by_80x15.png"/></a>
|
||||
Licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution License</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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
|
||||

|
||||

|
||||
[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)
|
||||
|
BIN
images/cc_by_80x15.png
Normal file
BIN
images/cc_by_80x15.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 640 B |
BIN
images/cc_by_88x31.png
Normal file
BIN
images/cc_by_88x31.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Reference in New Issue
Block a user