From 34e20675f91d33cfe601b905263dd1be26a0d98d Mon Sep 17 00:00:00 2001 From: litten Date: Sat, 22 Oct 2016 11:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=BA=9B=E6=9C=89?= =?UTF-8?q?=E7=94=A8=E7=9A=84meta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/_partial/head.ejs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 2ded0a615..b7db521a3 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -19,7 +19,9 @@ title = 'Tag: ' + page.tag; } %> + + <% if (title){ %><%= title %> | <% } %><%= config.title %> <%- open_graph({twitter_id: theme.twitter, google_plus: theme.google_plus, fb_admins: theme.fb_admins, fb_app_id: theme.fb_app_id}) %>