From 0a620199f18b408ddbc5fdf2673352b51522eb11 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Wed, 14 Sep 2022 17:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 7 ++++--- layout/_partial/main/footer.ejs | 23 ++++++----------------- source/css/_layout/partial/footer.styl | 2 +- 3 files changed, 11 insertions(+), 21 deletions(-) diff --git a/_config.yml b/_config.yml index 02c0429..d83bcf8 100755 --- a/_config.yml +++ b/_config.yml @@ -230,9 +230,10 @@ footer: # '更多': # - '[关于本站](/)' # - '[GitHub](/)' - license: # '[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)' - source: #'[GitHub](https://github.com/xaoxuu/hexo-theme-stellar)' - more: # string or array (support markdown) + content: | # 支持 Markdown 格式 + 本站由 [@anonymity](/) 使用 [Stellar](https://github.com/xaoxuu/hexo-theme-stellar) 主题创建。 + 本博客所有文章除特别声明外,均采用 [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) 许可协议,转载请注明出处。 + # 主题用户越多,开发者维护和更新的积极性就越高,如果您喜欢本主题,请在适当的位置显示主题信息和仓库链接以表支持。 ######## Tag Plugins ######## diff --git a/layout/_partial/main/footer.ejs b/layout/_partial/main/footer.ejs index d8b5241..cf423ca 100755 --- a/layout/_partial/main/footer.ejs +++ b/layout/_partial/main/footer.ejs @@ -1,8 +1,5 @@ <% -const author = '[@' + config.author + '](' + config.url + config.root + ')'; -const using = '[' + stellar_info('name') + '](' + stellar_info('tree') + ' "v' + stellar_info('version') + '")'; -const source = theme.footer.source; -const more = theme.footer.more; +const content = theme.footer.content; function layoutDiv() { var el = ''; el += '