From 67131769a0dc0b04594648e1a862817d355d55dd Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Tue, 18 Feb 2020 13:14:55 +0800 Subject: [PATCH] copyright --- _config.yml | 13 ++++++------- layout/_partial/footer.ejs | 11 +++++------ source/less/_footer.less | 4 ++++ 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index 2ca17e3..e98b3a2 100755 --- a/_config.yml +++ b/_config.yml @@ -52,10 +52,10 @@ backstretch: duration: 6000 # 持续时间(毫秒) fade: 2500 # 渐变(毫秒) images: - - https://i.loli.net/2020/02/08/HNuVoted2mUxILl.jpg - - https://i.loli.net/2020/02/08/dNJyR4LHtarTqPu.jpg - - https://i.loli.net/2020/02/08/yXx4GwgZYdi81Qs.jpg - - https://i.loli.net/2020/02/08/RP7JpGvWaCYfuB6.jpg + # - https://i.loli.net/2020/02/08/HNuVoted2mUxILl.jpg + # - https://i.loli.net/2020/02/08/dNJyR4LHtarTqPu.jpg + # - https://i.loli.net/2020/02/08/yXx4GwgZYdi81Qs.jpg + # - https://i.loli.net/2020/02/08/RP7JpGvWaCYfuB6.jpg @@ -201,7 +201,6 @@ widget: color: true start_color: '#999' end_color: '#555' - order: -1 # --------------------------------------- # 相关文章小部件配置 - id: related_posts @@ -320,8 +319,8 @@ share: footer_post: '
这是文章页脚,可以放置版权说明以及打赏图片。
' -# footer: '网页页脚文字,支持[markdown](/)' - +footer: '网页页脚文字,支持[markdown](/)' +copyright: 'Copyright ©2017-2020 Mr. X' ############################### 评论系统 ############################### # disqus_shortname: 要使用哪个请复制到根目录配置文件! diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 659ed93..329adb2 100755 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -1,10 +1,4 @@ diff --git a/source/less/_footer.less b/source/less/_footer.less index e558cff..8c85923 100755 --- a/source/less/_footer.less +++ b/source/less/_footer.less @@ -46,6 +46,10 @@ } } } + .copyright { + margin-top: @gap; + font-size: @fontsize_small * 0.9; + } @media(max-width: @on_pad){ justify-content: center; }