add follow link config
parent
5de0db69c4
commit
6e5b72426f
|
@ -10,6 +10,7 @@ author: PPOffice
|
||||||
author_title: 'Web Developer & Designer'
|
author_title: 'Web Developer & Designer'
|
||||||
avatar: css/images/avatar.png
|
avatar: css/images/avatar.png
|
||||||
location: 'Harbin, China'
|
location: 'Harbin, China'
|
||||||
|
follow: https://github.com/ppoffice/
|
||||||
language: en
|
language: en
|
||||||
timezone:
|
timezone:
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<h2 id="name"><%= config.author %></h2>
|
<h2 id="name"><%= config.author %></h2>
|
||||||
<h3 id="title"><%= config.author_title %></h3>
|
<h3 id="title"><%= config.author_title %></h3>
|
||||||
<span id="location"><i class="fa fa-map-marker"></i><%= config.location %></span>
|
<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>
|
||||||
<div class="article-info profile-block">
|
<div class="article-info profile-block">
|
||||||
<div class="article-info-block">
|
<div class="article-info-block">
|
||||||
|
|
Loading…
Reference in New Issue