diff options
Diffstat (limited to '_includes/article/footer/license.html')
-rw-r--r-- | _includes/article/footer/license.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/_includes/article/footer/license.html b/_includes/article/footer/license.html deleted file mode 100644 index a2c1535..0000000 --- a/_includes/article/footer/license.html +++ /dev/null @@ -1,14 +0,0 @@ -{%- include snippets/get-locale-string.html key='LICENSE_ANNOUNCE' -%} -{%- assign _license_announce = __return -%} - -{%- if include.license -%} - - {%-assign _license_name = '<a itemprop="license" rel="license" href="[URL]">[NAME]</a>' | replace: "[URL]", include.license.url | replace: "[NAME]", include.license.name -%} - <div class="license"> - <p>{{ _license_announce | replace: "[LICENSE]", _license_name }} - <a rel="license" href="{{ include.license.url }}"> - <img alt="{{ include.license.name }}" src="{{ include.license.image }}" /> - </a> - </p> - </div> -{%- endif -%} |