fix: use DateUtils functions in org home template
Some checks failed
Build and Release / Create Release (push) Has been skipped
Build and Release / Integration Tests (PostgreSQL) (push) Successful in 1m39s
Build and Release / Lint (push) Failing after 2m0s
Build and Release / Build Binaries (amd64, darwin) (push) Has been skipped
Build and Release / Build Binaries (amd64, linux) (push) Has been skipped
Build and Release / Build Binaries (amd64, windows) (push) Has been skipped
Build and Release / Build Binaries (arm64, darwin) (push) Has been skipped
Build and Release / Build Binaries (arm64, linux) (push) Has been skipped
Build and Release / Unit Tests (push) Successful in 2m0s

This commit is contained in:
David H Friedel Jr 2026-01-11 03:10:47 +00:00
parent 659e08da6c
commit 6cfd51e4c7

View File

@ -184,7 +184,7 @@
{{.PrimaryLanguage.Language}}
</span>
{{end}}
<span title="{{DateTime "full" .UpdatedUnix}}">{{TimeSince .UpdatedUnix ctx.Locale}}</span>
<span title="{{DateUtils.FullTime .UpdatedUnix}}">{{DateUtils.TimeSince .UpdatedUnix}}</span>
</div>
</div>
</div>