2
0

fix: use DateUtils functions in org home template

This commit is contained in:
2026-01-11 03:10:47 +00:00
parent a543da7b37
commit 7325d45bc8

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>