From 2b5183e014a7ffeed33bb45907be9c9be2390cce Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Mon, 8 Jan 2024 12:04:07 +0800 Subject: [PATCH] [opt] theme info --- _config.yml | 2 +- layout/_partial/head.ejs | 2 +- layout/_partial/main/footer.ejs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index d7196b9..12ab7b1 100755 --- a/_config.yml +++ b/_config.yml @@ -213,7 +213,7 @@ footer: # - '[关于本站](/)' # - '[GitHub](/)' content: | # 支持 Markdown 格式 - 本站由 [@anonymity](/) 使用 [Stellar](https://github.com/xaoxuu/hexo-theme-stellar) 主题创建。 + 本站由 [${author}](/) 使用 [${theme.name} ${theme.version}](${theme.tree}) 主题创建。 本博客所有文章除特别声明外,均采用 [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) 许可协议,转载请注明出处。 # 主题用户越多,开发者维护和更新的积极性就越高,如果您喜欢本主题,请在适当的位置显示主题信息和仓库链接以表支持。 diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 6e3d4f8..33d5f1d 100755 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -94,7 +94,7 @@ function custom_inject() { - + <%- generate_robots() %> <%- meta_generator() %> diff --git a/layout/_partial/main/footer.ejs b/layout/_partial/main/footer.ejs index cf423ca..4accc18 100755 --- a/layout/_partial/main/footer.ejs +++ b/layout/_partial/main/footer.ejs @@ -1,5 +1,5 @@ <% -const content = theme.footer.content; +const content = theme.footer.content?.replace('${author}', config.author)?.replace('${theme.name}', stellar_info('name'))?.replace('${theme.version}', stellar_info('version'))?.replace('${theme.tree}', stellar_info('tree')) function layoutDiv() { var el = ''; el += '