flex/templates/partial/cc_license.html

20 lines
825 B
HTML
Raw Normal View History

2015-07-20 06:52:02 +02:00
<p>
2017-04-22 08:41:39 +02:00
&copy; {{ COPYRIGHT_NAME }} {{ COPYRIGHT_YEAR }} - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/{{ CC_LICENSE['slug'] }}/{{ CC_LICENSE['version'] }}/">{{ CC_LICENSE['name'] }} {{ CC_LICENSE['version'] }} International License</a>
2015-07-20 06:52:02 +02:00
</p>
{% include "partial/flex.html" %}
<p>
<a rel="license"
href="http://creativecommons.org/licenses/{{ CC_LICENSE['slug'] }}/{{ CC_LICENSE['version'] }}/"
target="_blank">
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/{{ CC_LICENSE['slug'] }}/{{ CC_LICENSE['version'] }}/80x15.png"
width="80"
height="15"/>
</a>
2015-11-25 02:55:55 +01:00
{% if STATUSCAKE %}
{% include "partial/statuscake.html" %}
{% endif %}
</p>