Skip to content

Commit

Permalink
fix(asideSwitch): 修复缺省时不应加载页面内容
Browse files Browse the repository at this point in the history
Signed-off-by: 旅禾Tristan <[email protected]>
  • Loading branch information
Qiu-Quanzhi authored Jan 20, 2025
1 parent de9fa8d commit ecc8a72
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 ecc8a72

Please sign in to comment.