···
<div class="py-4 px-6 drop-shadow-sm rounded bg-white dark:bg-gray-800">
8
+
<div class="font-medium dark:text-white flex gap-2 items-center">
10
+
<a href="/{{ index $root.DidHandleMap .Did }}/{{ .Name }}">{{ index $root.DidHandleMap .Did }}/{{ .Name }}</a>
12
+
<a href="/{{ index $root.DidHandleMap .Did }}/{{ .Name }}">{{ .Name }}</a>
8
-
<div class="font-medium dark:text-white flex gap-2 items-center">
10
-
<a href="/{{ index $root.DidHandleMap .Did }}/{{ .Name }}"
11
-
>{{ index $root.DidHandleMap .Did }}/{{ .Name }}</a
14
-
<a href="/{{ index $root.DidHandleMap .Did }}/{{ .Name }}"
20
-
<div class="flex items-center my-0.5 text-sm">
21
-
{{ i "git-fork" "w-3 h-3 mr-1" }}
25
-
{{ with .Description }}
26
-
<div class="text-gray-600 dark:text-gray-300 text-sm">
15
+
{{ with .Description }}
16
+
<div class="text-gray-600 dark:text-gray-300 text-sm">
22
+
{{ block "repoStats" .RepoStats }} {{ end }}
32
-
{{ block "repoStats" .RepoStats }}{{ end }}
···
<div class="text-gray-400 pt-4 text-sm font-mono inline-flex gap-4 mt-auto">
<div class="flex gap-2 items-center text-sm">
32
+
<div class="size-2 rounded-full"
33
+
style="background: radial-gradient(circle at 35% 35%, color-mix(in srgb, {{ langColor . }} 70%, white), {{ langColor . }} 30%, color-mix(in srgb, {{ langColor . }} 85%, black));"></div>
43
-
class="size-2 rounded-full"
44
-
style="background: radial-gradient(circle at 35% 35%, color-mix(in srgb, {{ langColor . }} 70%, white), {{ langColor . }} 30%, color-mix(in srgb, {{ langColor . }} 85%, black));"
38
+
<div class="flex gap-1 items-center text-sm">
39
+
{{ i "star" "w-3 h-3 fill-current" }}
40
+
<span>{{ . }}</span>
50
-
<div class="flex gap-1 items-center text-sm">
51
-
{{ i "star" "w-3 h-3 fill-current" }}
52
-
<span>{{ . }}</span>
{{ with .IssueCount.Open }}
44
+
<div class="flex gap-1 items-center text-sm">
45
+
{{ i "circle-dot" "w-3 h-3" }}
46
+
<span>{{ . }}</span>
56
-
<div class="flex gap-1 items-center text-sm">
57
-
{{ i "circle-dot" "w-3 h-3" }}
58
-
<span>{{ . }}</span>
{{ with .PullCount.Open }}
50
+
<div class="flex gap-1 items-center text-sm">
51
+
{{ i "git-pull-request" "w-3 h-3" }}
52
+
<span>{{ . }}</span>
62
-
<div class="flex gap-1 items-center text-sm">
63
-
{{ i "git-pull-request" "w-3 h-3" }}
64
-
<span>{{ . }}</span>