From 2f0f474ed07c93b72c61f150082a1c7a6466fa0f Mon Sep 17 00:00:00 2001 From: XPoet Date: Fri, 20 Nov 2020 18:14:20 +0800 Subject: [PATCH] style: update keep logo --- layout/_partial/head.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index bebe44f..37ab53f 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -23,7 +23,7 @@ <%= theme.base_info.title || config.title || 'KEEP' %> - <%- favicon_tag('images/favicon.png') %> + <%- favicon_tag('images/logo.svg') %> <%- css('css/style') %> <%- export_config() %>