mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat: remove support for nested categories
This commit is contained in:
@@ -64,7 +64,7 @@ const { remarkPluginFrontmatter } = await entry.render();
|
||||
class="mb-5"
|
||||
published={entry.data.published}
|
||||
tags={entry.data.tags}
|
||||
categories={entry.data.categories}
|
||||
category={entry.data.category}
|
||||
></PostMetadata>
|
||||
|
||||
<!-- always show cover as long as it has one -->
|
||||
|
||||
Reference in New Issue
Block a user