Sha256: 6d3cf506c97d5dfc8d2d2d5e5ff0818a6d41f4b2949e485e1cf23cfa88bfc473

Contents?: true

Size: 612 Bytes

Versions: 5

Compression:

Stored size: 612 Bytes

Contents

{%- include snippets/locale-to-string.html locale=site.data.locale.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 -%}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-text-theme-2.2.4 _includes/article-footer/license.html
jekyll-text-theme-2.2.3 _includes/article-footer/license.html
jekyll-text-theme-2.2.2 _includes/article-footer/license.html
jekyll-text-theme-2.2.1 _includes/article-footer/license.html
jekyll-text-theme-2.2.0 _includes/article-footer/license.html