[fix] #413 extra breadcrumb on author's page (#418)

This commit is contained in:
纸鹿/Zhilu 2024-04-01 16:45:44 +08:00 committed by GitHub
parent 373948c28e
commit 2ac2fb72be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ hexo.extend.generator.register('author', function (locals) {
data: {
author: author,
leftbar: site_tree.author.leftbar,
menu_id: site_tree.author.menu_id
menu_id: site_tree.author.menu_id,
breadcrumb: false
}
})
}