diff --git a/layouts/game/list.html b/layouts/game/list.html index 512ff05..31a5eb0 100644 --- a/layouts/game/list.html +++ b/layouts/game/list.html @@ -28,130 +28,34 @@
| Game Title | Compatibility | Date Tested | |||
|---|---|---|---|---|---|
| - {{ .Params.title }} {{ $type.name }} {{ $rating.name }} {{ dateFormat "January 2, 2006" .Params.testcase_date }} - | -
- |
- + | {{ .Params.title }} | {{ $rating.name }} | - {{ dateFormat "January 2, 2006" .Params.testcase_date }} + {{ if .Params.testcase_date }} + {{ dateFormat "January 2, 2006" .Params.testcase_date }} + {{ else }} + + {{ end }} |
+ {{ else }}
+
+ {{ end }}
{{ .id }}