~xdavidwu/xdavidwu.link

aab0c7a624536d48a3601bff94dad2a8bb52f58a — Roger Schaerer 7 years ago c184a8e
get Follow-Button label from ui-text and default to "Follow" (#496)

1 files changed, 1 insertions(+), 1 deletions(-)

M _includes/author-profile.html
M _includes/author-profile.html => _includes/author-profile.html +1 -1
@@ 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>