2016-03-11 15:55:06 -05:00
|
|
|
<div class="page__footer-follow">
|
2016-03-22 22:59:39 -04:00
|
|
|
<ul class="social-icons">
|
2016-03-11 16:18:58 -05:00
|
|
|
{% if site.data.ui-text[site.locale].follow_label %}
|
|
|
|
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
|
|
|
|
{% endif %}
|
2018-09-10 15:06:50 -04:00
|
|
|
|
|
|
|
{% if site.footer.links %}
|
|
|
|
{% for link in site.footer.links %}
|
|
|
|
{% if link.label and link.url %}
|
|
|
|
<li><a href="{{ link.url }}"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
2016-04-15 09:18:31 -04:00
|
|
|
{% endif %}
|
2018-09-10 15:06:50 -04:00
|
|
|
|
2018-03-20 11:35:36 -04:00
|
|
|
<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
|
2016-03-09 15:54:20 -05:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
2017-11-13 07:07:33 +09:00
|
|
|
<div class="page__footer-copyright">© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
|