diff options
Diffstat (limited to 'layout/_partial')
-rw-r--r-- | layout/_partial/head.ejs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 563f111..e093db6 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -1,6 +1,8 @@ <head> <title><%= config.title %></title> - <% if (theme.favicon) favicon_tag(theme.favicon) %> + <% if (theme.favicon) { %> + <%- favicon_tag(theme.favicon) %> + <% } %> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |