From 1fc3f718bf170b5d8f9c869ffd2166a00f94af8a Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Fri, 12 Sep 2025 14:14:23 -0400 Subject: [PATCH] Forgot to add back in the PostHeader. --- bard/Cargo.toml | 2 +- bard/src/components.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bard/Cargo.toml b/bard/Cargo.toml index 23c41fc..e693c37 100644 --- a/bard/Cargo.toml +++ b/bard/Cargo.toml @@ -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" diff --git a/bard/src/components.rs b/bard/src/components.rs index 6bcbb12..6d096a9 100644 --- a/bard/src/components.rs +++ b/bard/src/components.rs @@ -450,7 +450,7 @@ pub fn BlogPost(slug: Signal, children: Element) -> Element { rsx! { - //PostHeader {} + PostHeader {} //Story {}