my page ollie.earth
0
fork

Configure Feed

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

add sharkey

ollie cab81561 03fa939c

+10
+10
src/page.gleam
··· 51 51 attribute.content("width=device-width, initial-scale=1.0"), 52 52 ]), 53 53 54 + html.meta([ 55 + attribute.content("ollie@sharkey.mar.ollie.earth"), 56 + attribute.name("fediverse:creator"), 57 + ]), 58 + 59 + html.link([ 60 + attribute.rel("me"), 61 + attribute.href("https://sharkey.mar.ollie.earth/@ollie"), 62 + ]), 63 + 54 64 html.title([], "ollie.earth"), 55 65 html.link([ 56 66 attribute.rel("icon"),