diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 2735de7..c991ede 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -7,6 +7,22 @@ <% }%> + + + + <% var title = page.title; if (is_archive()) { title = __('archive_a'); if (is_month()) { title += ': ' + page.year + '/' + page.month; } else if