From 46d2216d53a785a7a6ba9efe8677e15333d1d6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?= Date: Mon, 10 Jun 2019 17:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ICP=E5=A4=87=E6=A1=88?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 3 +++ themes/yilia/layout/_partial/footer.ejs | 9 ++++++--- themes/yilia/source-src/css/footer.scss | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 47f971b..0e45b7d 100644 --- a/_config.yml +++ b/_config.yml @@ -95,6 +95,9 @@ theme: yilia # 图片存储仓库地址 picture_cdn: https://blog-cdn.nos-eastchina1.126.net +# ICP备案号 +ICP: 鲁ICP备19028444号 + # 站点地图 sitemap: path: sitemap.xml diff --git a/themes/yilia/layout/_partial/footer.ejs b/themes/yilia/layout/_partial/footer.ejs index ca792a6..a016120 100644 --- a/themes/yilia/layout/_partial/footer.ejs +++ b/themes/yilia/layout/_partial/footer.ejs @@ -4,9 +4,12 @@ - + <% if(config.ICP) { %> + <%= config.ICP %> + <% } %> + \ No newline at end of file diff --git a/themes/yilia/source-src/css/footer.scss b/themes/yilia/source-src/css/footer.scss index 3900411..f7a0717 100644 --- a/themes/yilia/source-src/css/footer.scss +++ b/themes/yilia/source-src/css/footer.scss @@ -1,5 +1,5 @@ #footer { - font-size: 12px; + font-size: 14px; position: absolute; bottom: 30px; opacity: 0.6;