nix webring
This commit is contained in:
parent
791f9b8e3e
commit
af38bb9733
2 changed files with 8 additions and 1 deletions
|
|
@ -192,5 +192,6 @@ export default {
|
||||||
api: "https://blog.satr14.my.id/pb",
|
api: "https://blog.satr14.my.id/pb",
|
||||||
base: "https://blog.satr14.my.id/post",
|
base: "https://blog.satr14.my.id/post",
|
||||||
main: "https://blog.satr14.my.id/",
|
main: "https://blog.satr14.my.id/",
|
||||||
}
|
},
|
||||||
|
nixwebring: 'satr14',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -112,4 +112,10 @@
|
||||||
<p class="text-center mt-8">
|
<p class="text-center mt-8">
|
||||||
© {new Date().getFullYear()} {data.legal}. All rights reserved.
|
© {new Date().getFullYear()} {data.legal}. All rights reserved.
|
||||||
</p>
|
</p>
|
||||||
|
<nav class="flex justify-center items-center gap-2">
|
||||||
|
<a class="no-underline" href={'https://nixwebr.ing/prev/'+data.nixwebring}><</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}>></a>
|
||||||
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue