A server-side link shortening service powered by Linkat
3
fork

Configure Feed

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

feat(footer): add source code link

+12 -3
+12 -3
src/routes/+page.svelte
··· 88 88 89 89 <footer> 90 90 <p> 91 - Powered by <a href="https://linkat.blue" target="_blank">Linkat</a>, 92 - <a href="https://atproto.com" target="_blank">AT Protocol</a>, and 93 - <a href="https://slingshot.microcosm.blue" target="_blank">Slingshot</a> 91 + Powered by <a href="https://linkat.blue" target="_blank" rel="noopener noreferrer">Linkat</a>, 92 + <a href="https://atproto.com" target="_blank" rel="noopener noreferrer">AT Protocol</a>, and 93 + <a href="https://slingshot.microcosm.blue" target="_blank" rel="noopener noreferrer" 94 + >Slingshot</a 95 + > 96 + </p> 97 + <p> 98 + <a 99 + href="https://github.com/ewanc26/atproto-shortlink" 100 + target="_blank" 101 + rel="noopener noreferrer">Source Code on GitHub</a 102 + > 94 103 </p> 95 104 </footer> 96 105 </main>