diff --git a/_config.yml b/_config.yml index 0f1685e..3a2b196 100755 --- a/_config.yml +++ b/_config.yml @@ -145,7 +145,7 @@ layout: # 文章页面布局 on_page: # 文章页面主体元素,你也可以在页面的Front-matter中设置 - body: [article, footnote, repos_bottom] + body: [article, repos_bottom] # 默认的meta信息,文章中没有配置则按照这里的配置来显示,设置为false则不显示 # 其中,title只在header中有效,music和thumbnail无需在这里设置,文章中有则显示 # 如果tags放置在meta.header中,那么在post列表中不显示(因为卡片下方已经有了) @@ -155,7 +155,7 @@ layout: # 文章页脚,自动在每一篇文章末尾添加 # footer: [copyright, donate] # 文章页面的侧边栏 - sidebar: [navigation, toc] + sidebar: [navigation, toc, footnote] # 其他的页面布局暂时等于文章列表