My personal website, in gleam+lustre!
0
fork

Configure Feed

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

Pad with zero for valid dd notation.


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+1 -1
+1 -1
src/homepage.gleam
··· 2301 2301 } 2302 2302 } 2303 2303 <> "-" 2304 - <> int.to_string(day) 2304 + <> int.to_string(day) |> string.pad_start(with: "0", to: 2) 2305 2305 } 2306 2306 2307 2307 // Reusable non-component components ========================================================================