blob: 2aefd40d2677a3eaab33269931d4cef5e5dce50f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<footer>
{% if page.licensed %}
<p id="license">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons Licence" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br />This <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" rel="dct:type">work</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">{{ site.author }}</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.
</p>
{% endif %}
<p>
<small>Copyright © {{ site.copyright_year }} by {{ site.author }}. All Rights Reserved.</small>
</p>
</footer>
|