剔除更多的模板变量

This commit is contained in:
ExplodingDragon
2025-04-15 21:04:25 +08:00
parent 036569ac5f
commit bdd432fd80
2 changed files with 7 additions and 8 deletions

View File

@@ -12,6 +12,6 @@
{{ if eq .Code 404 }}<h1>404 Not Found</h1>{{ else }}<h1>500 Unknown Error</h1>{{ end }}
</div>
<hr>
<div style="text-align: center;">Gitea Pages/{{ .UUID }}</div>
<div style="text-align: center;">Gitea Pages({{.Request.Host}})/{{ .UUID }}</div>
</Body>
</html>