Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: use sans fonts in filenames

Signed-off-by: oppiliappan <me@oppi.li>

oppiliappan (Jun 30, 2026, 8:52 AM +0100) 2015eb6c c3725f59

+2 -2
+2 -2
appview/pages/templates/repo/fragments/searchResults.html
··· 41 41 <div class="px-3.5 py-2 text-sm border border-gray-200 dark:border-gray-700 rounded-sm flex items-center justify-between"> 42 42 <div class="flex items-center gap-2 min-w-0"> 43 43 {{ i "file" "size-4 flex-shrink-0" }} 44 - <a href="/{{ $owner }}/{{ $slug }}/blob/{{ .Commit }}/{{ .FilePath }}" class="truncate font-mono"> 44 + <a href="/{{ $owner }}/{{ $slug }}/blob/{{ .Commit }}/{{ .FilePath }}" class="truncate"> 45 45 {{- range .File.NameSpans -}} 46 46 {{- if .Match -}}<span class="chunk-match-hl">{{ .Text }}</span> 47 47 {{- else -}}{{ .Text }}{{- end -}} ··· 61 61 <div class="px-3.5 py-2 text-sm flex items-center justify-between"> 62 62 <div class="flex items-center gap-2 min-w-0"> 63 63 {{ i "file" "size-4 flex-shrink-0" }} 64 - <a href="/{{ $owner }}/{{ $slug }}/blob/{{ .Commit }}/{{ .FilePath }}" class="truncate font-mono">{{ .FilePath }}</a> 64 + <a href="/{{ $owner }}/{{ $slug }}/blob/{{ .Commit }}/{{ .FilePath }}" class="truncate">{{ .FilePath }}</a> 65 65 </div> 66 66 <div class="flex items-center gap-3.5"> 67 67 {{ with .Language }}