version build

This commit is contained in:
Krzysztof
2025-08-03 12:17:15 +02:00
parent 27e89b297a
commit 17d11decaa
10 changed files with 60 additions and 31 deletions

View File

@@ -31,15 +31,15 @@
</svg>
<span class="">
UM {{ template "version" . }}
UM
{{ with .Version }}
<span class="text-neutral-400 text-xs font-normal truncate">{{ . }}</span>
{{ end }}
</span>
</a>
{{ end }}
{{ define "version" }}
<span class="text-neutral-400 text-xs font-normal truncate">v0.5.0-alpha</span>
{{ end }}
{{ define "sponsors" }}
<div hx-get="/sponsors" hx-trigger="intersect" hx-swap="outerHTML"></div>
{{ end }}