2016-03-09 21:54:20 +01:00
|
|
|
{% include base_path %}
|
|
|
|
|
2016-03-11 21:55:06 +01:00
|
|
|
<div class="page__footer-follow">
|
2016-03-23 03:59:39 +01:00
|
|
|
<ul class="social-icons">
|
2016-03-11 22:18:58 +01:00
|
|
|
{% if site.data.ui-text[site.locale].follow_label %}
|
|
|
|
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
|
|
|
|
{% endif %}
|
2016-03-09 21:54:20 +01:00
|
|
|
{% if site.twitter.username %}
|
2016-04-01 21:39:57 +02:00
|
|
|
<li><a href="https://twitter.com/{{ site.twitter.username }}"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
|
2016-03-09 21:54:20 +01:00
|
|
|
{% endif %}
|
|
|
|
{% if site.facebook.username %}
|
2016-04-01 21:39:57 +02:00
|
|
|
<li><a href="https://facebook.com/{{ site.facebook.username }}"><i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook</a></li>
|
2016-03-09 21:54:20 +01:00
|
|
|
{% endif %}
|
2016-04-01 21:39:57 +02:00
|
|
|
<li><a href="{{ base_path }}/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label }}</a></li>
|
2016-03-09 21:54:20 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
2016-03-11 21:55:06 +01:00
|
|
|
<div class="page__footer-copyright">© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by }} <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
|