add follow link config

This commit is contained in:
ppoffice 2015-03-22 07:24:56 +08:00
parent 5de0db69c4
commit 6e5b72426f
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ author: PPOffice
author_title: 'Web Developer & Designer'
avatar: css/images/avatar.png
location: 'Harbin, China'
follow: https://github.com/ppoffice/
language: en
timezone:

View File

@ -5,7 +5,7 @@
<h2 id="name"><%= config.author %></h2>
<h3 id="title"><%= config.author_title %></h3>
<span id="location"><i class="fa fa-map-marker"></i><%= config.location %></span>
<a id="follow" href="http://github.com/ppoffice"><%=__('profile.follow')%></a>
<a id="follow" href="<%= config.follow %>"><%=__('profile.follow')%></a>
</div>
<div class="article-info profile-block">
<div class="article-info-block">