1<footer class="bg-mantle min-h-24 inset-x-0 bottom-0 absolute border-t-2 border-surface1 grid text-text grid-cols-3"> 2 <div class="flex flex-row justify-center gap-x-4 content-center"> 3 <i class="bi bi-exclamation-triangle text-yellow self-center justify-self-end text-4xl"></i> 4 <p class="text-text text-xl self-center">some<b>thing</b>'s space</p> 5 </div> 6 <div class="mt-2"> 7 <p class="text-overlay2 text-lg">Social</p> 8 <ul class="list-none space-x-4 text-3xl text-subtext1"> 9 <li class="inline-block"> 10 <a href="https://bsky.app/profile/{{ author.links.bluesky }}" rel="me"> 11 <i class="si si-bluesky self-center justify-self-end"></i> 12 </a> 13 </li> 14 <li class="inline-block"> 15 <a href="https://github.com/{{ author.links.github }}" rel="me"> 16 <i class="si si-github self-center justify-self-end"></i> 17 </a> 18 </li> 19 <li class="inline-block"> 20 <a href="https://ko-fi.com/{{ author.links.kofi }}" rel="me"> 21 <i class="si si-kofi self-center justify-self-end"></i> 22 </a> 23 </li> 24 <li class="inline-block"> 25 <a href="{{ author.links.forgejo }}" rel="me"> 26 <i aria-label="Forgejo logo" class="si si-forgejo self-center justify-self-end"></i> 27 </a> 28 </li> 29 </ul> 30 </div> 31 <div class="text-mauve">meow</div> 32</footer> 33<div style="display:none" class="latte"></div>