From bd9bd1470c9014d9413b85eecdb8e60e682d4056 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Mon, 11 Feb 2019 16:41:38 +0800 Subject: [PATCH] favicon --- layout/_partial/head.ejs | 5 +++++ 1 file changed, 5 insertions(+) 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') %>