Attic is a cozy space with lofty ambitions. attic.social

content links

dbushell.com 45f7c05e f6b9e62b

verified
+13 -2
+3 -1
src/routes/+layout.svelte
··· 21 21 <p> 22 22 <small> 23 23 &copy; Copyright 2026 24 - <a href="https://dbushell.com">David Bushell</a> 24 + <a href="https://dbushell.com" rel="noopener noreferrer" target="_blank" 25 + >David Bushell</a 26 + > 25 27 </small> 26 28 </p> 27 29 </footer>
+9
src/routes/+page.svelte
··· 234 234 <button type="submit">Sign in</button> 235 235 </form> 236 236 {/if} 237 + 238 + <p>Attic is extremely early in development! Use a your own risk :)</p> 239 + <p> 240 + <a 241 + href="https://bsky.app/profile/dbushell.com" 242 + rel="noopener noreferrer" 243 + target="_blank">Follow on Bluesky</a 244 + > to keep up. 245 + </p>
+1 -1
src/routes/bookmarks/[did=did]/+page.svelte
··· 24 24 {#if isSelf} 25 25 <form method="POST" action="?/create"> 26 26 <h2>Create bookmark</h2> 27 - <p>Please remember all atproto data is public.</p> 27 + <p>Please remember: all atproto data is public.</p> 28 28 {#if form?.action === "create" && form?.error} 29 29 <p class="error">{form.error}</p> 30 30 {/if}