- {/* Off-canvas menu for mobile, show/hide based on off-canvas menu state. */}
-
- {/*
- Off-canvas menu backdrop, show/hide based on off-canvas menu state.
-
- Entering: "transition-opacity ease-linear duration-300"
- From: "opacity-0"
- To: "opacity-100"
- Leaving: "transition-opacity ease-linear duration-300"
- From: "opacity-100"
- To: "opacity-0"
- */}
-
-
-
- {/*
- Off-canvas menu, show/hide based on off-canvas menu state.
-
- Entering: "transition ease-in-out duration-300 transform"
- From: "-translate-x-full"
- To: "translate-x-0"
- Leaving: "transition ease-in-out duration-300 transform"
- From: "translate-x-0"
- To: "-translate-x-full"
- */}
-
- {/*
- Close button, show/hide based on off-canvas menu state.
-
- Entering: "ease-in-out duration-300"
- From: "opacity-0"
- To: "opacity-100"
- Leaving: "ease-in-out duration-300"
- From: "opacity-100"
- To: "opacity-0"
- */}
-
-
+
+
+ {}
+
+ {}
+
+
+
+
+
+ {}
+
+
+ {}
+
+
+
+ {}
+
+
+
+ {}
+
- {/* Sidebar component, swap this element with another sidebar if you like */}
-
-
-
-
-
- {/* Static sidebar for desktop */}
-
- {/* Sidebar component, swap this element with another sidebar if you like */}
-
-
-
-
-
-
-
-
-
- {/* Sticky search header */}
-
-
-
-
-
+
-
- {header.map(|header_inner| (header_inner.children)())}
- {children()}
-
-
+ {}
+
+
+
+
+
+ {header.map(|header_inner| (header_inner.children)())} {children()}
+
-
-
+
+
}
}
diff --git a/crates/www/src/routes/garden.rs b/crates/www/src/routes/garden.rs
index 179f518..785a26b 100644
--- a/crates/www/src/routes/garden.rs
+++ b/crates/www/src/routes/garden.rs
@@ -7,14 +7,12 @@ use leptos::prelude::*;
#[component]
pub fn GardenPage() -> impl IntoView {
view! {
-
-
-
- posts
-
-
+
+
+ posts
+
}
}
@@ -35,9 +33,7 @@ pub fn Hero() -> impl IntoView {
alt="party corgi rainbow animated"
/>
-
- This is all of my posts
-
+
This is all of my posts