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! {
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user