loading up the forgejo repo on tangled to test page performance

Update templates/api/packages/pypi/simple.tmpl

Changed files
+1 -1
templates
api
packages
+1 -1
templates/api/packages/pypi/simple.tmpl
··· 8 8 {{range .PackageDescriptors}} 9 9 {{$p := .}} 10 10 {{range .Files}} 11 - <a href="{{$.RegistryURL}}/files/{{$p.Package.LowerName}}/{{$p.Version.Version}}/{{.File.Name}}#sha256-{{.Blob.HashSHA256}}"{{if $p.Metadata.RequiresPython}} data-requires-python="{{$p.Metadata.RequiresPython}}"{{end}}>{{.File.Name}}</a><br> 11 + <a href="{{$.RegistryURL}}/files/{{$p.Package.LowerName}}/{{$p.Version.Version}}/{{.File.Name}}#sha256={{.Blob.HashSHA256}}"{{if $p.Metadata.RequiresPython}} data-requires-python="{{$p.Metadata.RequiresPython}}"{{end}}>{{.File.Name}}</a><br> 12 12 {{end}} 13 13 {{end}} 14 14 </body>