From b3d8877eada79aa82a9c3d7a00b8f848e206bdc7 Mon Sep 17 00:00:00 2001 From: F4NNIU <sparkamax@gmail.com> Date: Sun, 1 Mar 2020 15:20:01 +0800 Subject: [PATCH] 首页加上 favicon --- application/index/view/index/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/index/view/index/index.html b/application/index/view/index/index.html index 7a81677..fdfd4ca 100755 --- a/application/index/view/index/index.html +++ b/application/index/view/index/index.html @@ -10,7 +10,7 @@ <meta name="author" content=""> <title>{$site.name}</title> - + <link rel="shortcut icon" href="__CDN__/assets/img/favicon.ico" /> <!-- Bootstrap Core CSS --> <link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <link href="__CDN__/assets/css/index.css" rel="stylesheet"> -- libgit2 0.24.0