Added a little more debug output.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bard"
|
name = "bard"
|
||||||
version = "0.0.8"
|
version = "0.0.9"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "Dioxus components that will display a Tavern blogging system Blog."
|
description = "Dioxus components that will display a Tavern blogging system Blog."
|
||||||
repository = "/CyberMages/tavern"
|
repository = "/CyberMages/tavern"
|
||||||
|
|||||||
@ -323,6 +323,7 @@ pub fn BlogPost(slug: String, children: Element) -> Element
|
|||||||
rsx!
|
rsx!
|
||||||
{
|
{
|
||||||
p { "Unable to show desired post." }
|
p { "Unable to show desired post." }
|
||||||
|
p { "Trying to get: {slug}" }
|
||||||
p { "{e}" }
|
p { "{e}" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user