This commit is contained in:
tangly1024
2023-01-01 20:08:10 +08:00
parent 09beecb587
commit 4aff1de058
5 changed files with 6 additions and 9 deletions

View File

@@ -24,10 +24,10 @@ export const LayoutCategoryIndex = (props) => {
<i className='mr-4 fas fa-folder' />{category.name}({category.count})
</div>
</Link>
);
)
})}
</div>
</div>
</LayoutBase>
);
)
}

View File

@@ -42,7 +42,7 @@ const BlogArchiveItem = ({ posts = [], archiveTitle }) => {
))}
</ul>
</div>
);
)
}
}

View File

@@ -21,12 +21,12 @@ export const LayoutCategoryIndex = props => {
{e.name}({e.count})
</div>
</Link>
);
)
})}
</div>
</div>
</div>
</LayoutBase>
);
)
}