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}) %>