diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 2792488..c5b2844 100755 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -18,12 +18,13 @@ title = 'Tag: ' + page.tag; %> <% if (title) { %><%= title %> | <% } %><%= config.title %> - <% if (page.keywords){ %> - - <% } else if (config.keywords){ %> - - <%} - %> + <% if (page.keywords && config.keywords){ %> + + <% } else if (page.keywords) { %> + + <% } else if (config.keywords) { %> + + <% } %> <%- favicon_tag(config.favicon) %> @@ -33,9 +34,9 @@ <% if (theme.google_fonts){ %> - + <% } else { %> - + <% } %>