fix: render games

This commit is contained in:
Ben Goldsworthy 2025-02-21 18:44:27 +01:00
parent 0d736d2869
commit a74da74d43
No known key found for this signature in database
6 changed files with 56 additions and 32 deletions

View file

@ -0,0 +1,7 @@
{{- with . -}}
{{ with try ( time.Format "Jan 2, 2006" . ) }}
{{ .Value }}
{{ else }}
{{ . }}
{{ end }}
{{- end -}}