loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

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

#5324 Fix centered fork note

TimedIn 8cbb9f31 1806e336

+2 -2
+1 -1
templates/status/404.tmpl
··· 1 1 {{template "base/head" .}} 2 - <div role="main" aria-label="{{.Title}}" class="page-content ui center tw-w-screen {{if .IsRepo}}repository{{end}}"> 2 + <div role="main" aria-label="{{.Title}}" class="page-content ui tw-w-screen {{if .IsRepo}}repository{{end}}"> 3 3 {{if .IsRepo}}{{template "repo/header" .}}{{end}} 4 4 <div class="ui container center"> 5 5 <h1 style="margin-top: 100px" class="error-code">404</h1>
+1 -1
templates/status/413.tmpl
··· 1 1 {{template "base/head" .}} 2 - <div role="main" aria-label="{{.Title}}" class="page-content ui center tw-w-screen {{if .IsRepo}}repository{{end}}"> 2 + <div role="main" aria-label="{{.Title}}" class="page-content ui tw-w-screen {{if .IsRepo}}repository{{end}}"> 3 3 {{if .IsRepo}}{{template "repo/header" .}}{{end}} 4 4 <div class="ui container center"> 5 5 <h1 style="margin-top: 100px" class="error-code">413</h1>