Forgot to add back in the PostHeader.

This commit is contained in:
2025-09-12 14:14:23 -04:00
parent d646e91bad
commit 1fc3f718bf
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -450,7 +450,7 @@ pub fn BlogPost(slug: Signal<String>, children: Element) -> Element
{
rsx!
{
//PostHeader {}
PostHeader {}
//Story {}