my website at ewancroft.uk
6
fork

Configure Feed

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

fix(footer): update link text for site information and add code repository link

Ewan Croft 8357aef6 374124df

+11 -1
+11 -1
src/lib/components/layout/footer/Main.svelte
··· 63 63 class="text-[var(--link-color)] hover:text-[var(--link-hover-color)]" 64 64 href="/site/meta" 65 65 > 66 - more about this site 66 + about this site & privacy policy 67 67 </a> 68 68 </div> 69 69 70 70 <div> 71 71 <span class="mx-1"></span> 72 72 <LastCommit /> 73 + 74 + <span class="mx-1"></span> 75 + <a 76 + class="text-[var(--link-color)] hover:text-[var(--link-hover-color)]" 77 + href="https://github.com/ewanc26/website" 78 + target="_blank" 79 + rel="noopener noreferrer" 80 + > 81 + code 82 + </a> 73 83 74 84 <span class="mx-1"></span> 75 85 <TidClock />