Sha256: 01a830380c9056d5ecf45c76c7deed70c800d73d339de4fc8d1cdb357cc5e3b0

Contents?: true

Size: 892 Bytes

Versions: 12

Compression:

Stored size: 892 Bytes

Contents

<!--
  The Footer
-->

<footer class="d-flex w-100 justify-content-center">
  <div class="d-flex justify-content-between align-items-center">
    <div class="footer-left">
      <p class="mb-0">
        © {{ 'now' | date: "%Y" }}
        <a href="{{ site.social.links[0] }}">{{ site.social.name }}</a>.
        {% if site.data.rights.brief %}
        <span data-toggle="tooltip" data-placement="top"
          title="{{ site.data.rights.verbose }}">{{ site.data.rights.brief }}</span>
        {% endif %}
      </p>
    </div>

    <div class="footer-right">
      <p class="mb-0">
        Powered by
        <a href="https://jekyllrb.com" target="_blank" rel="noopener">Jekyll</a>
        with
        <a href="https://github.com/cotes2020/jekyll-theme-chirpy"
          target="_blank" rel="noopener">Chirpy</a>
        theme.
      </p>
    </div>

  </div> <!-- div.d-flex -->
</footer>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
jekyll-theme-chirpy-4.0.2 _includes/footer.html
jekyll-theme-chirpy-4.0.1 _includes/footer.html
jekyll-theme-chirpy-3.3.2 _includes/footer.html
jekyll-theme-chirpy-3.3.1 _includes/footer.html
jekyll-theme-chirpy-3.3.0 _includes/footer.html
jekyll-theme-chirpy-3.2.2 _includes/footer.html
jekyll-theme-chirpy-3.2.1 _includes/footer.html
jekyll-theme-chirpy-3.2.0 _includes/footer.html
jekyll-theme-chirpy-3.1.1 _includes/footer.html
jekyll-theme-chirpy-3.1.0 _includes/footer.html
jekyll-theme-chirpy-3.0.3 _includes/footer.html
jekyll-theme-chirpy-3.0.2 _includes/footer.html