Switch over to WebAssembly, Rust and Yew #35

Merged
BlakeRain merged 87 commits from yew-static into main 2023-08-30 18:01:40 +00:00
Showing only changes of commit d933f27d41 - Show all commits

View File

@ -18,7 +18,7 @@ pub fn post_content(props: &PostContentProps) -> Html {
cover_image cover_image
) )
} else { } else {
"background-color: #000".to_string() "background-color: transparent".to_string()
}; };
html! { html! {