fix(blog): meta tag that works, I will add the rest of the commented out ones later
This commit is contained in:
parent
f22456a72f
commit
e249c1acc2
@ -37,10 +37,7 @@ pub fn Blog(blog_title: String) -> Element {
|
||||
rsx! {
|
||||
document::Stylesheet { href: asset!("/assets/styling/blog.css") }
|
||||
document::Title { "Brock Tomlinson - {blog_title}" }
|
||||
set_meta_tags {
|
||||
description: "{blog_title}",
|
||||
keywords: "blog software engineer webdev {blog_title}",
|
||||
}
|
||||
document::Meta { name: "author", content: "Brock Tomlinson" }
|
||||
div { id: "blog",
|
||||
|
||||
// Content
|
||||
|
Loading…
x
Reference in New Issue
Block a user