Strips long license text

This commit is contained in:
sValo 2016-05-21 00:00:53 +02:00
parent 24fbe22ade
commit 5f114f1045

View file

@ -59,7 +59,5 @@
{% if attr_markup %}
&quot;<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">{{ attr_props['title'] }}</span>&quot; 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 %}