~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
b3500fe6
—
Peter John 11 months ago
fix copyright link
src/lib/components/Copyright.svelte
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
>Copyright © {new Date().getFullYear()}
|
|
3
3
|
<a
|
|
4
4
|
class="decoration-2 underline underline-offset-2 font-medium hover:text-gray-400 hover:decoration-gray-400"
|
|
5
|
-
href="https://
|
|
5
|
+
href="https://git.sr.ht/~pyrossh/"
|
|
6
6
|
>
|
|
7
7
|
pyrossh
|
|
8
8
|
</a>
|