Forgot to add back in the PostHeader.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bard"
|
||||
version = "0.0.20"
|
||||
version = "0.0.21"
|
||||
edition = "2024"
|
||||
description = "Dioxus components that will display a Tavern blogging system Blog."
|
||||
repository = "/CyberMages/tavern"
|
||||
|
||||
@ -450,7 +450,7 @@ pub fn BlogPost(slug: Signal<String>, children: Element) -> Element
|
||||
{
|
||||
rsx!
|
||||
{
|
||||
//PostHeader {}
|
||||
PostHeader {}
|
||||
|
||||
//Story {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user