my website, hosted on wisp.place

feat: update github links to tangled

+3 -2
+2 -1
src/components/Footer.astro
··· 15 15 <p> 16 16 <a href="mailto:devin@devins.page">email</a> • 17 17 <a href="https://matrix.to/#/@devin_real:matrix.org">matrix</a> • 18 + <a href="https://tangled.org/devins.page">tangled</a> • 18 19 <a href="https://github.com/intergrav">github</a> • 19 20 <a href="https://www.last.fm/user/devin_real">last.fm</a> 20 21 </p> ··· 23 24 <small> 24 25 <code 25 26 ><a 26 - href={`https://github.com/intergrav/devins.page/commit/${commitHash}`} 27 + href={`https://tangled.org/devins.page/devins.page/commit/${commitHash}`} 27 28 >{commitHash}</a 28 29 ></code 29 30 > • <a href="/privacy">privacy</a> • subscribe to <a href="/rss.xml"
+1 -1
src/pages/index.astro
··· 63 63 64 64 <p> 65 65 this whole website is open-source and available on <a 66 - href="https://github.com/intergrav/devins.page">GitHub</a 66 + href="https://tangled.org/devins.page/devins.page">Tangled</a 67 67 >. you can see how i made it there. 68 68 </p> 69 69