feat: added webring to footer
This commit is contained in:
parent
a0322e7059
commit
1077572131
1 changed files with 6 additions and 1 deletions
|
|
@ -57,7 +57,12 @@
|
|||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© {{ 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>© {{ page.date.getFullYear() }} Volpe</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue