yannstatic/_includes/article/footer/license.html
2024-10-31 20:18:37 +01:00

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 -%}