Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

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

Add directory of extra pages

Aria 4fe40bed 6e55b498

+23 -1
+1 -1
src/components/NavHeader.astro
··· 45 45 <a href="/blog" class="nav-btn">Blog</a> | 46 46 <a href="/about" class="nav-btn">About</a> | 47 47 <a href="/friends" class="nav-btn">Friends</a> | 48 - <a href="/other buttons" class="nav-btn">Moar 88x31</a> | 48 + <a href="/directory" class="nav-btn">Other Pages</a> | 49 49 <a href="/portfolio" class="nav-btn">Portfolio</a> | 50 50 </p> 51 51 </Partition>
+20
src/pages/directory.astro
··· 1 + --- 2 + import Partition from "../components/Partition.astro"; 3 + 4 + import BaseLayout from "../layouts/BaseLayout.astro"; 5 + const pageTitle = "A bunch of other pages!"; 6 + 7 + --- 8 + 9 + <BaseLayout pageTitle={pageTitle}> 10 + <Partition> 11 + <h1 class="text-4xl font-bold">{pageTitle}</h1> 12 + <p>Here are some other pages I have for various reasons!</p> 13 + 14 + <ul class=" list-disc px-8"> 15 + <li><a href="/jxl-testing">JpegXL Decoder Test</a></li> 16 + <li><a href="/other buttons">Extra 88x31 buttons</a></li> 17 + </ul> 18 + </Partition> 19 + </BaseLayout> 20 +
+2
src/pages/friends.astro
··· 103 103 target="https://ackwell.au" 104 104 /> 105 105 </div> 106 + <br /> 107 + <a href="/other buttons">Extra 88x31 buttons!</a> 106 108 </Partition> 107 109 <Partition> 108 110 <h2>My badge:</h2>