1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-06 10:44:17 +00:00

chore: add sponsor badges

This commit is contained in:
axzilla 2025-01-30 17:49:06 +07:00
parent 447d46c4d9
commit 96e59a8bf6
2 changed files with 3 additions and 1 deletions

View File

@ -7,10 +7,11 @@ import (
templ Footer() {
<footer class="py-4 text-center text-sm text-muted-foreground border-t">
<div class="container">
<div class="container flex flex-col items-center">
<p class="mb-4 font-semibold">
{ fmt.Sprintf("© %d templui.", time.Now().Year()) } Stupid code not excluded.
</p>
<iframe src="https://github.com/sponsors/axzilla/button" title="Sponsor axzilla" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
</div>
</footer>
}

View File

@ -68,6 +68,7 @@ templ Landing() {
})
</div>
</div>
<iframe src="https://github.com/sponsors/axzilla/button" title="Sponsor axzilla" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
</header>
}
}