Strips long license text
This commit is contained in:
parent
24fbe22ade
commit
5f114f1045
1 changed files with 0 additions and 2 deletions
|
@ -59,7 +59,5 @@
|
|||
{% if attr_markup %}
|
||||
"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">{{ attr_props['title'] }}</span>" by <a xmlns:cc="http://creativecommons.org/ns#" href="{{ attr_props['url'] }}" property="cc:attributionName" rel="cc:attributionURL">{{ attr_props['name'] }}</a> is
|
||||
{% else %}
|
||||
Content
|
||||
{% endif %}
|
||||
licensed under a <a rel="license" href="{{ cc_uri|replace('CCNAME',cc_name) }}">{{ cc_title|replace('CCSUFFIX',cc_title_suffix) }}</a>, except where indicated otherwise.
|
||||
{% endmacro %}
|
||||
|
|
Loading…
Reference in a new issue