Make "Follow: " label option

This commit is contained in:
Michael Rose 2016-03-11 16:18:58 -05:00
parent 1bce5a55e8
commit 53b6bf549c

View file

@ -16,7 +16,9 @@
<div class="page__footer-follow">
<ul>
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
{% 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"></i> Twitter</a></li>
{% endif %}