From 7da5563765b2ac6a446ad113c71b66900186fc3b Mon Sep 17 00:00:00 2001 From: XPoet Date: Fri, 29 Jan 2021 10:53:31 +0800 Subject: [PATCH] perf: optimize footer and configuration --- _config.yml | 4 ++-- layout/_partial/footer.ejs | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index c01f482..4b948e1 100644 --- a/_config.yml +++ b/_config.yml @@ -227,8 +227,8 @@ pjax: # Footer settings # --------------------------------------------------------------------------------------- footer: - since: 2020 - icp: + since: 2020 # the starting year of your website, Can be null + icp: # ICP record number of your website, Can be null # --------------------------------------------------------------------------------------- diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 26966dd..51e4d25 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -2,7 +2,7 @@