Files
_data
_docs
_drafts
_includes
analytics-providers
comments-providers
footer
head
analytics.html
archive-single.html
author-profile.html
base_path
breadcrumbs.html
browser-upgrade.html
category-list.html
comments.html
feature_row
footer.html
gallery
group-by-array
head.html
masthead.html
nav_list
page__hero.html
page__taxonomy.html
paginator.html
post_pagination.html
read-time.html
scripts.html
seo.html
sidebar.html
social-share.html
tag-list.html
toc
_layouts
_pages
_pets
_portfolio
_posts
_recipes
assets
images
.editorconfig
.gitattributes
.gitignore
Gemfile
Gemfile.lock
LICENSE
README.md
_config.yml
index.html
package.json
website/_includes/footer.html

19 lines
1.1 KiB
HTML

{% include base_path %}
<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 %}
{% if site.twitter.username %}
<li><a href="https://twitter.com/{{ site.twitter.username }}"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
{% endif %}
{% if site.facebook.username %}
<li><a href="https://facebook.com/{{ site.facebook.username }}"><i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook</a></li>
{% endif %}
<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>
</ul>
</div>
<div class="page__footer-copyright">&copy; {{ 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> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>