website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
5cf0743
— pyrossh
2026-08-05T11:27:33+05:30
update repo layout
src/_includes/repo-layout.njk
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<h1><a href="/">~repos</a>/<span style="view-transition-name:repo-title-{{ title }}">{{ title }}</span></h1>
|
|
6
6
|
<div class="tags">{% for tag in tags %}<span class="tag">#{{ tag }}</span>{% endfor %}</div>
|
|
7
7
|
</div>
|
|
8
|
-
<h3>
|
|
8
|
+
<h3>git clone <a>https://git.pyrossh.dev/{{ title }}</a></h3>
|
|
9
9
|
<div class="headerExtension"><h2>{{ desc }}</h2></div>
|
|
10
10
|
<hr />
|
|
11
11
|
<div class="nav">
|