My personal website, in gleam+lustre!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable empty button where search is commented out

+20 -20
+20 -20
src/homepage.gleam
··· 256 256 html.ul([attribute.class("menu menu-horizontal px-1 hidden md:flex")], [ 257 257 header_links, 258 258 ]), 259 - html.button([attribute.class("btn btn-ghost btn-circle")], [ 260 - // Search - Disabled because I am too lazy to do this rn. 261 - // svg.svg( 262 - // [ 263 - // attribute("stroke", "currentColor"), 264 - // attribute("viewBox", "0 0 24 24"), 265 - // attribute("fill", "none"), 266 - // attribute.class("h-5 w-5"), 267 - // attribute("xmlns", "http://www.w3.org/2000/svg"), 268 - // ], 269 - // [ 270 - // svg.path([ 271 - // attribute("d", "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"), 272 - // attribute("stroke-width", "2"), 273 - // attribute("stroke-linejoin", "round"), 274 - // attribute("stroke-linecap", "round"), 275 - // ]), 276 - // ], 277 - // ), 278 - ]), 259 + // Search - Disabled because I am too lazy to do this rn. 260 + // html.button([attribute.class("btn btn-ghost btn-circle")], [ 261 + // svg.svg( 262 + // [ 263 + // attribute("stroke", "currentColor"), 264 + // attribute("viewBox", "0 0 24 24"), 265 + // attribute("fill", "none"), 266 + // attribute.class("h-5 w-5"), 267 + // attribute("xmlns", "http://www.w3.org/2000/svg"), 268 + // ], 269 + // [ 270 + // svg.path([ 271 + // attribute("d", "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"), 272 + // attribute("stroke-width", "2"), 273 + // attribute("stroke-linejoin", "round"), 274 + // attribute("stroke-linecap", "round"), 275 + // ]), 276 + // ], 277 + // ), 278 + // ]), 279 279 ]), 280 280 html.div([attribute.class("navbar-center")], [ 281 281 html.a([href(Index)], [