Mirror of my GitHub Pages site
0

Configure Feed

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

Add link to Tangled.org

Spenser Black (Jul 10, 2026, 10:21 AM EDT) 3ab08cbd d61c0dbe

+2
+2
src/components/Footer.astro
··· 4 4 const bluesky = "https://bsky.app/profile/spenser.black"; 5 5 const codeberg = "https://codeberg.org/spenserblack"; 6 6 const github = "https://github.com/spenserblack"; 7 + const tangled = "https://tangled.org/spenser.black"; 7 8 const sourceCode = `${github}/spenserblack.github.io`; 8 9 --- 9 10 ··· 17 18 <li><ExternalLink link={bluesky}>Bluesky</ExternalLink></li> 18 19 <li><ExternalLink link={codeberg}>Codeberg</ExternalLink></li> 19 20 <li><ExternalLink link={github}>GitHub</ExternalLink></li> 21 + <li><ExternalLink link={tangled}>Tangled</ExternalLink></li> 20 22 </ul> 21 23 </li> 22 24 <li>