pub fn BlogCategoryPage(_: BlogCategoryPageProps) -> ElementExpand description
A shareable topic page showing published posts with the category’s tag.
Enable with BlogConfig::with_category_base_path and mount on
<base>/:slug and <base>/:slug/page/:page. Page numbers start at one.
Unknown categories and invalid pages render a noindex not-found page and
return HTTP 404 when the server feature is enabled.
§Props
For details, see the props struct definition.