Remove home template.

This commit is contained in:
Root User 2026-02-13 19:16:42 +01:00
parent c795a92b8f
commit 4d361588fa
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -1,13 +0,0 @@
{{template "base/head" .}}
<div role="main" aria-label='{{if .IsSigned}}{{.Ctx.Locale.Tr "dashboard"}}{{else}}{{.Ctx.Locale.Tr "home"}}{{end}}' class="page-content home">
<div class="tw-mb-8 tw-px-8">
<div class="center">
<div class="hero">
<h1 class="ui icon header title">
Forgejo hosted on NixOS!
</h1>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}