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 -}}

View file

@ -0,0 +1 @@
{{ . }}

View file

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

View file

@ -0,0 +1 @@
{{- partial "cite" ( dict "c" . "g" $ "section" "games" "schemaType" "VideoGame" "title" .title "titleLang" .original_language "titleTrans" .original_title ) -}}