Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
get Follow-Button label from ui-text and default to "Follow" (mmistak…
Browse files Browse the repository at this point in the history
  • Loading branch information
makaroniame committed Sep 2, 2016
1 parent 381920d commit 9a128db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3 class="author__name">{{ author.name }}</h3>
</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>
Expand Down

0 comments on commit 9a128db

Please # to comment.