diff --git a/src/views/blog.rs b/src/views/blog.rs index ea6c0ee..a7315c9 100644 --- a/src/views/blog.rs +++ b/src/views/blog.rs @@ -37,6 +37,10 @@ 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}", + } div { id: "blog", // Content