feat: 增加導覽欄顯示文章標題的選項 feat: 文章頁增加'返回首頁'文字 improvement: 當 per_page 為 0 時,頁面不顯示導覽列

This commit is contained in:
Jerry
2025-06-25 16:25:46 +08:00
parent 73de62a6e1
commit 60fa703fd3
15 changed files with 80 additions and 42 deletions

View File

@@ -5,6 +5,7 @@ hexo.extend.filter.register('before_generate', () => {
nav: {
logo: null,
display_title: true,
display_post_title: true,
fixed: false
},
menu: null,