my website at ewancroft.uk
6
fork

Configure Feed

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

feat: ko-fi link

+7
+7
src/lib/components/layout/Footer.svelte
··· 70 70 rel="noopener noreferrer" 71 71 aria-label="Visit {profile.handle}'s Bluesky profile">@{profile.handle}</a 72 72 > 73 + <a 74 + href="https://ko-fi.com/ewancroft" 75 + target="_blank" 76 + rel="noopener noreferrer" 77 + class="underline hover:text-primary-500 focus-visible:text-primary-500 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-600 dark:hover:text-primary-400 dark:focus-visible:text-primary-400" 78 + aria-label="Ko-fi donation page">support me</a 79 + > 73 80 {:else if error} 74 81 <span role="alert">Profile unavailable</span> 75 82 {/if}