From 6e5b72426f9a85fad7c743a49bc859169a138727 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sun, 22 Mar 2015 07:24:56 +0800 Subject: [PATCH] add follow link config --- _config.yml.site.example | 1 + layout/_partial/profile.ejs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml.site.example b/_config.yml.site.example index bdc2998..944e8b1 100644 --- a/_config.yml.site.example +++ b/_config.yml.site.example @@ -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: diff --git a/layout/_partial/profile.ejs b/layout/_partial/profile.ejs index 2ab5dea..a883ce6 100644 --- a/layout/_partial/profile.ejs +++ b/layout/_partial/profile.ejs @@ -5,7 +5,7 @@

<%= config.author %>

<%= config.author_title %>

<%= config.location %> - <%=__('profile.follow')%> + <%=__('profile.follow')%>