Sha256: 2958ee67614dc590f26069bf294165eff3e19e9dd2eb32e51dc3bbc323d878e0

Contents?: true

Size: 727 Bytes

Versions: 3

Compression:

Stored size: 727 Bytes

Contents

{% if site.data[site.component_data_dirname]["copyright"] %}
{% assign copyright = site.data[site.component_data_dirname]["copyright"] %}
{% else %}
{% assign copyright = site.data.base.copyright %}
{% endif %}

{%- assign color = include.color | default: "light" -%}
{%- capture legals -%}
{%- for item in copyright.legals -%}
{%- include base/link.html
    class="border-start ms-2 ps-2 link-light link-offset-3 link-offset-3-hover link-underline-light link-underline-opacity-25 link-underline-opacity-75-hover"
    url=item.link
    name=item.text
-%}
{%- endfor -%}
{%- endcapture -%}

<div class="row my-3">
  <div class="col">Copyright &copy; {{ site.time | date: "%Y" }} {{ copyright.author }} {{ legals }}</div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.51.1.beta.56 _includes/base/copyright.html
jekyll-theme-centos-2.51.1.beta.55 _includes/base/copyright.html
jekyll-theme-centos-2.51.1.beta.54 _includes/base/copyright.html