+21
css/_partials/_globals.scss
+21
css/_partials/_globals.scss
···
+20
-7
js/post.mjs
+20
-7
js/post.mjs
···const urlComponents = post.getAttribute('data-uri').split(/at:\/\/(did:plc:[a-z0-9]+)\/app\.bsky\.feed\.post\/([a-z0-9]+)/);······
···const urlComponents = post.getAttribute('data-uri').split(/at:\/\/(did:plc:[a-z0-9]+)\/app\.bsky\.feed\.post\/([a-z0-9]+)/);······
+1
-1
templates/_partials/post.latte
+1
-1
templates/_partials/post.latte
···-<a href="{$post->author->profileLink}"><img src="{$post->author->avatar}" alt="{$post->author->displayName}'s user icon" /></a><div class="displayName"><a href="{$post->author->profileLink}">{$post->author->displayName|noescape}</a></div>
···+<a href="{$post->author->profileLink}"><img src="{$post->author->avatar}" alt="{$post->author->displayName}'s user icon" loading="lazy" /></a><div class="displayName"><a href="{$post->author->profileLink}">{$post->author->displayName|noescape}</a></div>