Skip to content

Commit

Permalink
Merge pull request #518 from Qiu-Quanzhi/patch-2
Browse files Browse the repository at this point in the history
fix(asideSwitch): 侧边栏组件设定缺省时不应加载页面内容
  • Loading branch information
everfu authored Jan 20, 2025
2 parents de9fa8d + ecc8a72 commit 99013f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layout/includes/widgets/aside/asideSwitch.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ case item
- const custom = site.data?.aside?.find((i) => i.name === item)
if custom
include ./asideCustom.pug
else
include ../../page/default.pug

0 comments on commit 99013f5

Please sign in to comment.