From cab8eeb0f1cfa74f305d7548d4d0ced5a15b6cda Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Tue, 9 Jan 2024 11:23:53 +0800 Subject: [PATCH] [opt] author info --- _config.yml | 2 +- layout/_partial/main/footer.ejs | 42 ++++++++++++++------------------- 2 files changed, 19 insertions(+), 25 deletions(-) diff --git a/_config.yml b/_config.yml index 1c4f96c..d51f934 100755 --- a/_config.yml +++ b/_config.yml @@ -213,7 +213,7 @@ footer: # - '[关于本站](/)' # - '[GitHub](/)' content: | # 支持 Markdown 格式 - 本站由 [${author}](/) 使用 [${theme.name} ${theme.version}](${theme.tree}) 主题创建。 + 本站由 [${author.name}](/) 使用 [${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/main/footer.ejs b/layout/_partial/main/footer.ejs index 4accc18..ac506f4 100755 --- a/layout/_partial/main/footer.ejs +++ b/layout/_partial/main/footer.ejs @@ -1,41 +1,35 @@ <% -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')) +const content = theme.footer.content?.replace('${author.name}', (config.author || 'Anonymity'))?.replace('${theme.name}', stellar_info('name'))?.replace('${theme.version}', stellar_info('version'))?.replace('${theme.tree}', stellar_info('tree')) function layoutDiv() { - var el = ''; - el += '' + return el } %> <%- layoutDiv() %>