get Follow-Button label from ui-text and default to "Follow" (#496)
This commit is contained in:
parent
a718162d96
commit
0c2d3bbb9f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
|
||||
<div class="author__urls-wrapper">
|
||||
<button class="btn btn--inverse">Follow</button>
|
||||
<button class="btn btn--inverse">{{ site.data.ui-text[site.locale].follow_label | remove: ":" | default: "Follow" }}</button>
|
||||
<ul class="author__urls social-icons">
|
||||
{% if author.location %}
|
||||
<li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.location }}</li>
|
||||
|
|
Loading…
Reference in a new issue