Fix up image URLs
This commit is contained in:
parent
263c795413
commit
dd7f49d872
@ -2,7 +2,7 @@
|
|||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="span12 footer navbar-inverse navbar-fixed-bottom">
|
<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>
|
<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="/images/cc_by_80x15.png"/></a>
|
<a href="http://creativecommons.org/licenses/by/4.0/"><img src="{{ site.baseurl }}/images/cc_by_80x15.png"/></a>
|
||||||
Licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution License</a></p>
|
Licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution License</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -66,7 +66,7 @@ License
|
|||||||
=======
|
=======
|
||||||
|
|
||||||
The content of this theme is distributed and licensed under a
|
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)
|
[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.
|
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.
|
||||||
|
Reference in New Issue
Block a user