Sha256: ef57cccda8af1b23b47d64fde8dee5fb86631c43d668d1b23f424d06f7bcf275

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

<div class="m-license">
  {%- assign locale = site.data.locale -%}
  <div class="clearfix">
    {%- if site.repository and site.repository_tree -%}
      {%- assign __path = '/assets/images/octocat.jpg' -%}
      {%- include snippets/prepend-baseurl.html -%}
      <a class="octocat" href="https://github.com/{{ site.repository }}/tree/{{ site.repository_tree }}/{{ page.path }}">
        <img alt="View on Github" src="{{ __return }}" />
      </a>
      {%- assign __locale = locale.POST_ON_GITHUB -%}
      {%- include snippets/locale-to-string.html -%}
      <p><a href="https://github.com/{{ site.repository }}/tree/{{ site.repository_tree }}/{{ page.path }}">{{ __return }}</a></p>
    {%- endif -%}
    {%- assign __locale = locale.LICENSE_ANNOUNCE -%}
    {%- include snippets/locale-to-string.html -%}
    <p>{{ __return | replace: "[LICENSE]", '<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">CC-BY-NC-4.0</a>' }}</p>
    {%- assign __path = '/assets/images/license-cc4.png' -%}
    {%- include snippets/prepend-baseurl.html -%}
    <a class="license" rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">
      <img alt="Creative Commons License" src="{{ __return }}" />
    </a>
    {%- assign __locale = locale.LICENSE_INTRO -%}
    {%- include snippets/locale-to-string.html -%}
    <p>{{ __return }}</p>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-text-theme-1.5.0 _includes/components/license.html
jekyll-text-theme-1.4.3 _includes/blog/license.html
jekyll-text-theme-1.4.2 _includes/blog/license.html