💻 My corner on the internet kacaii.dev/
lustre evergarden wisp-place gleam atproto
0

Configure Feed

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

blog/page/home: extract variable

author
kacaii.dev
date (Jul 21, 2026, 1:15 PM -0300) commit d4cc4e54 parent 28668b7d change-id lpuzvzsv
+2 -2
+2 -2
src/blog/page/home.gleam
··· 96 96 atproto: atproto.AtProto, 97 97 ) -> element.Element(Message) { 98 98 let rss_href = attr.href("https://blog.kacaii.dev/rss") 99 - let bluesky_href = 100 - attr.href("https://bsky.app/profile/" <> did.to_string(atproto.did)) 99 + let did = did.to_string(atproto.did) 100 + let bluesky_href = attr.href("https://bsky.app/profile/" <> did) 101 101 102 102 let html = [ 103 103 html.h1([], [html.text("home")]),