Sha256: 48daec8accf6fbcd7e2218b184ecaac79ae7e0be96487326c14099b7b4d6ddf1

Contents?: true

Size: 1020 Bytes

Versions: 5

Compression:

Stored size: 1020 Bytes

Contents

<!-- The Footer -->

<footer
  aria-label="Site Info"
  class="
    d-flex flex-column justify-content-center text-muted
    flex-lg-row justify-content-lg-between align-items-lg-center pb-lg-3
  "
>
  <p>
    {{ '©' }}
    <time>{{ 'now' | date: '%Y' }}</time>
    <a href="{{ site.social.links[0] }}" target="_blank" rel="noopener">{{ site.social.name }}</a>.
    {% if site.copyright.brief %}
      <span
        data-bs-toggle="tooltip"
        data-bs-placement="top"
        title="{{ site.copyright.verbose }}"
      >
        {{- site.copyright.brief -}}
      </span>
    {% endif %}
  </p>

  <p>
    {%- capture _platform -%}
      <a href="https://jekyllrb.com" target="_blank" rel="noopener">Jekyll</a>
    {%- endcapture -%}

    {%- capture _theme -%}
      <a href="https://github.com/quacksouls/jekyll-theme-coo" target="_blank" rel="noopener">Coo</a>
    {%- endcapture -%}

    {{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }}
  </p>
</footer>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-coo-6.4 _includes/footer.html
jekyll-theme-coo-6.3.12 _includes/footer.html
jekyll-theme-coo-6.3.11 _includes/footer.html
jekyll-theme-coo-6.3.10 _includes/footer.html
jekyll-theme-coo-6.3.9 _includes/footer.html