parent
d885544fdf
commit
23ac7c30a4
2 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,7 @@ CC_LICENSE = {
|
|||
"name": "Creative Commons Attribution-ShareAlike",
|
||||
"version": "4.0",
|
||||
"slug": "by-sa",
|
||||
"icon": True,
|
||||
}
|
||||
|
||||
COPYRIGHT_YEAR = datetime.now().year
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
</p>
|
||||
{% include "partial/flex.html" %}
|
||||
<p>
|
||||
{% if CC_LICENSE['icon'] != False %}
|
||||
<a rel="license"
|
||||
href="http://creativecommons.org/licenses/{{ CC_LICENSE['slug'] }}/{{ CC_LICENSE['version'] }}/"
|
||||
target="_blank">
|
||||
|
@ -17,6 +18,7 @@
|
|||
width="80"
|
||||
height="15"/>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if STATUSCAKE %}
|
||||
{% include "partial/statuscake.html" %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue