+5
appview/pages/pages.go
+5
appview/pages/pages.go
······
+8
-11
appview/pages/templates/repo/blob.html
+8
-11
appview/pages/templates/repo/blob.html
···+{{ $code_number_style := "code-line-num text-gray-400 mr-2 px-1 sticky left-0 bg-white border-r border-black text-right w-[{{$tot_chars}}rem]" }}+<pre class="font-mono text-sm overflow-auto relative text-ellipsis"><code>{{ range $idx, $line := $lines }}<span class="flex">+<span class="whitespace-pre">{{ $line }}</span></span>{{ else }}<em class="text-gray-400">this file is empty</em>{{ end }}</code></pre>
+9
-17
flake.nix
+9
-17
flake.nix
···-ldflags = [ "-s" "-w" "-linkmode external" ''-extldflags "-static -L${pkgsStatic.musl}/lib"'' ];
+1
-1
go.mod
+1
-1
go.mod
······