From 1ddf126da6faf0ea53240491903022ac2a0ce8e1 Mon Sep 17 00:00:00 2001 From: Doge Date: Fri, 21 May 2021 02:10:13 +0800 Subject: Fix favicon doest show bug --- layout/_partial/head.ejs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ <%= config.title %> - <% if (theme.favicon) favicon_tag(theme.favicon) %> + <% if (theme.favicon) { %> + <%- favicon_tag(theme.favicon) %> + <% } %> -- cgit v1.2.3