Fix up image URLs

This commit is contained in:
Scott Emmons 2014-08-23 08:37:25 -07:00
parent 263c795413
commit dd7f49d872
2 changed files with 2 additions and 2 deletions

View File

@ -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 &copy; {{ 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 &copy; {{ 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>

View File

@ -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
![License Badge](/images/cc_by_88x31.png) ![License Badge]({{ site.baseurl}}/images/cc_by_88x31.png)
[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.