my website, hosted on wisp.place

chore: remove some unnecessary things

-_-

+1 -10
+1 -1
src/components/Comments.astro
··· 1 - <section class="giscus"> 2 <script> 3 function Comments() { 4 // the giscus stuff is a bit hacky but i have to do this so it works i have no idea why
··· 1 + <section class="giscus" style="margin-block: 1rem"> 2 <script> 3 function Comments() { 4 // the giscus stuff is a bit hacky but i have to do this so it works i have no idea why
-2
src/components/Header.astro
··· 9 <strong>external:</strong> 10 <a href="mailto:devin@devins.page">email</a>, 11 <a href="https://github.com/intergrav">github</a>, 12 - <a href="https://wetdry.world/@intergrav">mastodon</a>, 13 - <a href="https://bsky.app/profile/devins.page">bluesky</a>, 14 <a href="https://www.last.fm/user/devin_real">last.fm</a> 15 </nav> 16 </header>
··· 9 <strong>external:</strong> 10 <a href="mailto:devin@devins.page">email</a>, 11 <a href="https://github.com/intergrav">github</a>, 12 <a href="https://www.last.fm/user/devin_real">last.fm</a> 13 </nav> 14 </header>
-3
src/pages/index.astro
··· 1 --- 2 import Layout from "../layouts/Layout.astro"; 3 - import Badges from "../components/Badges.astro"; 4 --- 5 6 <Layout title="home" description="hi, i'm devin! :)"> ··· 53 >devin@devins.page</a 54 >. 55 </p> 56 - 57 - <Badges /> 58 </Layout>
··· 1 --- 2 import Layout from "../layouts/Layout.astro"; 3 --- 4 5 <Layout title="home" description="hi, i'm devin! :)"> ··· 52 >devin@devins.page</a 53 >. 54 </p> 55 </Layout>
-4
src/styles/global.css
··· 411 border-color: var(--sc-prose-bd); 412 border-style: solid; 413 } 414 - 415 - .giscus { 416 - margin-block: 1rem; 417 - }
··· 411 border-color: var(--sc-prose-bd); 412 border-style: solid; 413 }