My personal website, in gleam+lustre!
0
fork

Configure Feed

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

Highlight 4


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

+2 -3
+2 -3
src/homepage.gleam
··· 1 - import chilp/widget/anchors 2 - 3 - const highlighted_posts = [] 1 + const highlighted_posts = [4] 4 2 5 3 /// Post data ------------------------------------------------------------------- 6 4 /// ··· 818 816 819 817 import chilp 820 818 import chilp/widget 819 + import chilp/widget/anchors 821 820 import gleam/bool 822 821 import gleam/function 823 822 import gleam/int