diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index ecb9c4c..ad4f2fb 100755 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -59,6 +59,11 @@ <% }) %> <% } %> + <% if (config.favicon) { %> + + <% } %> + + <% if (theme.services && theme.services.cdn == true && config.theme_cdn) { %> <% if (config.theme_cdn == true) { %> <%- css(theme.info.cdn + 'css/style.css') %>