fix(blog): meta tag that works, I will add the rest of the commented out ones later

This commit is contained in:
darkicewolf50 2025-05-20 18:00:27 -06:00
parent f22456a72f
commit e249c1acc2

View File

@ -37,10 +37,7 @@ pub fn Blog(blog_title: String) -> Element {
rsx! { rsx! {
document::Stylesheet { href: asset!("/assets/styling/blog.css") } document::Stylesheet { href: asset!("/assets/styling/blog.css") }
document::Title { "Brock Tomlinson - {blog_title}" } document::Title { "Brock Tomlinson - {blog_title}" }
set_meta_tags { document::Meta { name: "author", content: "Brock Tomlinson" }
description: "{blog_title}",
keywords: "blog software engineer webdev {blog_title}",
}
div { id: "blog", div { id: "blog",
// Content // Content