nix webring

This commit is contained in:
Satr14 2024-11-03 03:20:55 +00:00 committed by GitHub
commit af38bb9733
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -192,5 +192,6 @@ export default {
api: "https://blog.satr14.my.id/pb",
base: "https://blog.satr14.my.id/post",
main: "https://blog.satr14.my.id/",
}
},
nixwebring: 'satr14',
}

View file

@ -112,4 +112,10 @@
<p class="text-center mt-8">
&copy; {new Date().getFullYear()} {data.legal}. All rights reserved.
</p>
<nav class="flex justify-center items-center gap-2">
<a class="no-underline" href={'https://nixwebr.ing/prev/'+data.nixwebring}>&lt;</a>
<a class="no-underline" href="https://nixwebr.ing">nixwebr.ing</a>
<a class="no-underline" href="https://nixwebr.ing/rand">*</a>
<a class="no-underline" href={'https://nixwebr.ing/next/'+data.nixwebring}>&gt;</a>
</nav>
</footer>