forgejo-custom/templates/home.tmpl
2026-05-13 17:41:43 -03:00

21 lines
788 B
Go Template

{{template "base/head" .}}
<style>
#navbar-logo {
display: none!important;
}
</style>
<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" style="margin-top: 2em;">
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{ctx.Locale.Tr "logo"}}">
<div class="hero">
<h1 class="ui icon header title">
tenkuma's git
</h1>
<p>This is a Forgejo instance operated by <a href="/tenkuma">Adrian Victor</a>, you can report any problem to <a href="mailto:adrianvictor+webmaster@disroot.org">adrianvictor+webmaster@disroot.org</a>.</p>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}