My personal website, in gleam+lustre!
0
fork

Configure Feed

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

Paragraphs to get in line.

+2 -1
+2 -1
src/homepage/djotparse.gleam
··· 9 9 djot 10 10 |> preprocess_tables 11 11 |> jot.to_html 12 - |> string.replace("<a ", "<a class=\"link link-accent\"") 12 + |> string.replace("<p", "<p class=\"mt-14\"") 13 + |> string.replace("<a ", "<a class=\"link link-accent\" ") 13 14 |> string.replace("<strong", "<strong class=\"font-bold\"") 14 15 |> string.replace("<em", "<em class=\"italic\"") 15 16 |> string.replace("<ul", "<ul class=\"list-inside list-disc\"")