Files
tuxcord.nix/assets/gitea/templates/home.tmpl
T
javalsai c5579fbd9c
Check / Nix flake (push) Failing after 9s
Lint / Nix expressions (push) Failing after 10s
nixos/services: lay ground for gitea branding
also makes adds gitea persistence
2026-05-06 03:59:58 +02:00

13 lines
609 B
Cheetah

{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}"
class="page-content home tw-mb-8 tw-px-8 center" style="height: 100%; flex-direction: column; display: flex; align-items: center; justify-content: space-around;">
<img width="500" height="500" src="{{AssetUrlPrefix}}/images/full-logo.svg" alt="{{ctx.Locale.Tr "logo"}}">
<div class="hero">
<h1 class="ui icon header title">
{{AppName}}
</h1>
<!-- <h2>My own gitea server 😎</h2> -->
</div>
</div>
{{template "base/footer" .}}