this repo has no description yoyle.city
nekoweb html css javascript astro

j

+2 -2
+2 -2
src/layouts/Layout.astro
··· 17 17 <body> 18 18 <header> 19 19 <nav> 20 - <a href="https://blog.yoyle.city">blog</a> 21 20 <a href="/links">links</a> 22 21 <a href="/about">about</a> 23 22 <a href="/arcade">arcade</a> 24 23 <a href="/art">art</a> 24 + <a href="https://blog.yoyle.city">blog</a> 25 25 <a href="https://lime360.atabook.org">guestbook</a> 26 26 <a href="https://nekoweb.org/follow/lime360">[+]</a> 27 27 </nav> ··· 30 30 <slot /> 31 31 </main> 32 32 <br /> 33 - <footer style="padding: 25px">&copy; 2021 - 2025 lime360</footer> 33 + <footer style="padding: 25px">&copy; 2021 - 2026 fizzylimesoda</footer> 34 34 </body> 35 35 </html>