Sha256: a2a41934fd17c35a1035e9dc9f9af64a9c793f1e186d23bb1b0db972fb2bd187

Contents?: true

Size: 1.05 KB

Versions: 27

Compression:

Stored size: 1.05 KB

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] }}">{{ site.social.name }}</a>.
    {% if site.data.locales[include.lang].copyright.brief %}
      <span
        data-bs-toggle="tooltip"
        data-bs-placement="top"
        title="{{ site.data.locales[include.lang].copyright.verbose }}"
      >
        {{- site.data.locales[include.lang].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/cotes2020/jekyll-theme-chirpy" target="_blank" rel="noopener">Chirpy</a>
    {%- endcapture -%}

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


Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
jekyll-theme-chirpy-customized-upe-4.0.0 _includes/footer.html
jekyll-theme-chirpy-customized-upe-4.0.0.pre.beta2 _includes/footer.html
jekyll-theme-chirpy-customized-upe-3.2.0 _includes/footer.html
jekyll-theme-chirpy-customized-upe-3.2.0.pre.beta3 _includes/footer.html
jekyll-theme-chirpy-customized-upe-3.2.0.pre.beta2 _includes/footer.html
jekyll-theme-chirpy-customized-upe-3.2.0.pre.beta1 _includes/footer.html
jekyll-theme-chirpy-customized-upe-3.1.4 _includes/footer.html
jekyll-theme-chirpy-customized-upe-3.1.2 _includes/footer.html
jekyll-theme-chirpy-customized-upe-3.1.1 _includes/footer.html
jekyll-theme-chirpy-customized-upe-3.1.0 _includes/footer.html
jekyll-theme-chirpy-customized-upe-3.0.1 _includes/footer.html
jekyll-theme-chirpy-customized-upe-3.0.0 _includes/footer.html
jekyll-theme-chirpy-customized-upe-1.0.2 _includes/footer.html
jekyll-theme-chirpy-customized-upe-1.0.1 _includes/footer.html
jekyll-theme-chirpy-customized-upe-1.0.0 _includes/footer.html
jekyll-theme-chirpy-customized-upe-0.1.2 _includes/footer.html
jekyll-theme-chirpy-customized-upe-0.1.1 _includes/footer.html
jekyll-theme-chirpy-customized-upe-0.1.0 _includes/footer.html
jekyll-theme-chirpy-customized-upe-0.0.9 _includes/footer.html
jekyll-theme-chirpy-customized-upe-0.0.8 _includes/footer.html