feat: added webring to footer

This commit is contained in:
Leyla Becker 2026-02-11 16:56:03 -06:00
parent a0322e7059
commit 1077572131

View file

@ -57,7 +57,12 @@
</main> </main>
<footer> <footer>
<p>&copy; {{ page.date.getFullYear() }} Volpe</p> <div>
<a href="https://cyberia.click/prev.cgi?source=lambda"><- prev</a>
<a href="https://cyberia.click">cyberia webring</a>
<a href="https://cyberia.click/next.cgi?source=lambda">next -></a>
</div>
<div>&copy; {{ page.date.getFullYear() }} Volpe</div>
</footer> </footer>
</body> </body>
</html> </html>