Sha256: 8875e6cb57f36d5e51acc2761ae8f58a8afa6853dd89972fb91e568b2bacc6cb

Contents?: true

Size: 844 Bytes

Versions: 9

Compression:

Stored size: 844 Bytes

Contents

<div class="footer-col-wrapper">

  <div class="footer-col">
    <div class="copyright">
      {% assign year_from = site.posts[-1].date | date: '%Y' %}
      {% assign year_to   = site.time | date: '%Y' %}
      {% if year_from == nil or year_from == year_to %}
        {% assign year_string = year_from %}
      {% else %}
        {% assign year_string = year_from | append: '&nbsp;' | append: '-' | append: '&nbsp;' | append: year_to %}
      {% endif %}
      {% if site.author %}
      <p>Copyright © {{ year_string }} {{ site.author }}; All rights reserved.</p>
      {% endif %}
    </div>
    <p>
      Powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://github.com/ngzhio/jekyll-theme-hamilton">Hamilton</a>
    </p>
  </div>

  <div class="footer-col">
    <p>{{ site.description | escape }}</p>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-hamilton-4.0.0 _includes/footer.html
jekyll-theme-hamilton-3.1.0 _includes/footer.html
jekyll-theme-hamilton-3.0.0 _includes/footer.html
jekyll-theme-hamilton-2.0.0 _includes/footer.html
jekyll-theme-hamilton-1.4.4 _includes/footer.html
jekyll-theme-hamilton-1.4.3 _includes/footer.html
jekyll-theme-hamilton-1.4.2 _includes/footer.html
jekyll-theme-hamilton-1.4.1 _includes/footer.html
jekyll-theme-hamilton-1.4.0 _includes/footer.html