Make "Follow: " label option
This commit is contained in:
parent
1bce5a55e8
commit
53b6bf549c
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@
|
|||
|
||||
<div class="page__footer-follow">
|
||||
<ul>
|
||||
{% 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 %}
|
||||
|
|
Loading…
Reference in a new issue