From f22456a72f12a89c113297be8c4c3a53f465cd82 Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Tue, 20 May 2025 17:45:04 -0600 Subject: [PATCH] feat(dioxus): added meta tags to most pages, now with the blog page --- src/views/blog.rs | 4 ++++ 1 file changed, 4 insertions(+) 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