Sha256: d58050adc9522508f9ee41449cb23b6b077e9afec09627792e9c57e427858299
Contents?: true
Size: 1.83 KB
Versions: 1
Compression:
Stored size: 1.83 KB
Contents
<footer id="footer" class="site-footer"> <div class="wrapper"> <div class="footer-col-wrapper"> <div class="footer-col"> <p class="feed-subscribe"> <a href="{{ 'feed.xml' | relative_url }}"> <i class="feed-icon fas fa-rss"></i><span>Subscribe</span> </a> </p> <ul class="contact-list"> {%- if site.author -%} <li class="p-name">{{ site.author | escape }}</li> {%- endif -%} {%- if site.email -%} <li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li> {%- endif -%} </ul> </div> <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: ' ' | append: '-' | append: ' ' | append: year_to %} {% endif %} {% if site.author %} <p>© {{ 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> {% if site.data.social %} <div class="social-icons"> {% for social in site.data.social %} <a class="social-icon" href="{{ social.url }}"><i class="{{ social.icon | default: 'fas fa-link' }} fa-2x" title="{{ social.title }}"></i></a> {% endfor %} </div> {% endif %} </div> </footer>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-hamilton-1.1.0 | _includes/footer.html |