8 lines
326 B
HTML
8 lines
326 B
HTML
{%- include snippets/get-locale-string.html key='LICENSE_ANNOUNCE' -%}
|
|
{%- assign _license_announce = __return -%}
|
|
|
|
{%- if include.license -%}
|
|
|
|
<a rel="license" href="{{ include.license.url }}" title="{{ include.license.name }}"><img alt="{{ include.license.name }}" src="{{ include.license.image }}" /></a>
|
|
{%- endif -%}
|