~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
6edde0e4
—
Peter John 11 months ago
fix header link
src/lib/components/Header.svelte
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<div>|</div>
|
|
18
18
|
<a href="/posts" class:underline={isActive('/posts')} rel="prefetch"> posts </a>
|
|
19
19
|
<div>|</div>
|
|
20
|
-
<a href="https://
|
|
20
|
+
<a href="https://git.sr.ht/~pyrossh/"> code </a>
|
|
21
21
|
</div>
|
|
22
22
|
</div>
|
|
23
23
|
</nav>
|