-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.html
31 lines (30 loc) · 2.48 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<div class="page__footer-follow">
<ul class="social-icons">
<!-- {% if site.data.ui-text[site.locale].follow_label %}
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
{% endif %} -->
<li><strong>Contact: </strong></li>
{% if site.author.email %}
<li><a href="mailto:{{ site.author.email }}"><i class="fa fa-fw fa-envelope" aria-hidden="true" style="color:#eaeaea"></i> Email</a></li>
{% endif %}
{% if site.twitter.username %}
<li><a href="https://twitter.com/{{ site.twitter.username }}"><i class="fab fa-fw fa-twitter-square" aria-hidden="true" style="color:#eaeaea"></i> Twitter</a></li>
{% endif %}
{% if site.facebook.username %}
<li><a href="https://facebook.com/{{ site.facebook.username }}"><i class="fab fa-fw fa-facebook-square" aria-hidden="true" style="color:#eaeaea"></i> Facebook</a></li>
{% endif %}
<li><a href="/slack"><i class="fab fa-fw fa-slack" aria-hidden="true" style="color:#eaeaea"></i> Slack</a></li>
<!-- <li><a href="mailto:[email protected]?Subject=RSG%20Slack%20Subscription&Body=I%20would%20like%20to%20join%20the%20RSG%20Belgium%20Slack%20channel%2E"><i class="fab fa-fw fa-slack" aria-hidden="true"></i> Slack</a></li> -->
{% if site.author.github %}
<li><a href="http://github.com/{{ site.author.github }}"><i class="fab fa-fw fa-github" aria-hidden="true" style="color:#eaeaea"></i> GitHub</a></li>
{% endif %}
<!-- {% if site.author.gitlab %}
<li><a href="http://gitlab.com/{{ site.author.gitlab }}"><i class="fa fa-fw fa-gitlab" aria-hidden="true"></i> Gitlab</a></li>
{% endif %}
{% if site.author.bitbucket %}
<li><a href="http://bitbucket.org/{{ site.author.bitbucket }}"><i class="fab fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
{% endif %} -->
<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | absolute_url }}{% endif %}"><i class="fa fa-fw fa-rss-square" aria-hidden="true" style="color:#eaeaea"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
</ul>
</div>
<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="http://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>