<footer class=“footer”>
<div class="pinlist"> {% if site.data.pins %} {% for item in site.data.pins %} <a href="{{ item.url }}" class="pin"> <img src="/assets/pins/{{ item.image }}.gif"> </a> {% endfor %} {% endif %} </div> <br> <!-- <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. </p> --> <div class="attribution"> <div class="attribution-column"> <p> <small> © {%- assign date_from = site.posts[-1].date | date_to_xmlschema -%} {%- assign year_from = date_from | date: '%Y' -%} {%- assign date_to = site.time | date_to_xmlschema -%} {%- assign year_to = date_to | date: '%Y' -%} {%- unless year_from == nil or year_from == year_to -%} <time datetime="{{ date_from }}">{{ year_from }}</time>- {%- endunless -%} <time datetime="{{ date_to }}">{{ year_to }}</time> {%- if site.author -%} <a href="{{ site.author.url }}" target="_blank">{{ site.author.name }}</a> {%- endif -%} . All right reserved. </small> </p> <p> <small> Powered by <a href="https://github.com/JustSoval/Coppermind" target="_blank">Coppermind</a> </small> </p> </div> {% if site.data.social %} <div class="attribution-column"> <ul class="social-icons"> {% for social in site.data.social %} <li class="social-icon-item"> <a class="social-icon" href="{{ social.url }}" target="_blank"> <i class="{{ social.icon | default: 'fas fa-link' }}" title="{{ social.title }}"></i> </a> </li> {% endfor %} </ul> </div> {% endif %}
</footer>