diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 83487fdba..517498358 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -107,9 +107,19 @@ - + + + <% if(page.description) { %> + + <% } else if(page.excerpt){ %> + + <% } else if (config.description){ %> + + <% } %> + <% if(page.tags && page.tags.each) { page.tags.each(function(tag){ %> <% })} %> +