Skip to content

Commit

Permalink
「アニメ」カテゴリの記事が0件になっていたので修正
Browse files Browse the repository at this point in the history
アニメカテゴリだけで他のタグが一切ないという記事が無かったので、アニメカテゴリだけの個数は0件扱いになっていた
  • Loading branch information
fushihara committed Sep 23, 2024
1 parent ef51132 commit 2ce86e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/articleLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class Breadcrumb {
if (isLast) {
data.count += 1;
} else {
data.count += 1;
this.setChild(data.child, nextBreadLinks)
}
} else {
Expand Down

0 comments on commit 2ce86e1

Please sign in to comment.