Allows you to use Mastodon and Bluesky comments on your Lustre blog hexdocs.pm/chilp/
blog gleam lustre indieweb mastodon bluesky comments
1
fork

Configure Feed

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

Links inside of posts should also be content

+1 -1
+1 -1
src/chilp/internal.gleam
··· 102 102 "em" -> html.em(attribs, _) 103 103 "strong" -> html.strong(attribs, _) 104 104 "a" -> html.a( 105 - [attribute.class("link link-secondary"), ..attribs], 105 + [attribute.class("link link-secondary-content"), ..attribs], 106 106 _, 107 107 ) 108 108