my website, hosted on wisp.place

chore: remove some unnecessary things

-_-

+1 -10
+1 -1
src/components/Comments.astro
··· 1 - <section class="giscus"> 1 + <section class="giscus" style="margin-block: 1rem"> 2 2 <script> 3 3 function Comments() { 4 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 9 <strong>external:</strong> 10 10 <a href="mailto:devin@devins.page">email</a>, 11 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 12 <a href="https://www.last.fm/user/devin_real">last.fm</a> 15 13 </nav> 16 14 </header>
-3
src/pages/index.astro
··· 1 1 --- 2 2 import Layout from "../layouts/Layout.astro"; 3 - import Badges from "../components/Badges.astro"; 4 3 --- 5 4 6 5 <Layout title="home" description="hi, i'm devin! :)"> ··· 53 52 >devin@devins.page</a 54 53 >. 55 54 </p> 56 - 57 - <Badges /> 58 55 </Layout>
-4
src/styles/global.css
··· 411 411 border-color: var(--sc-prose-bd); 412 412 border-style: solid; 413 413 } 414 - 415 - .giscus { 416 - margin-block: 1rem; 417 - }