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 += '