diff --git a/site/themes/citra-bs-theme/layouts/game/list.html b/site/themes/citra-bs-theme/layouts/game/list.html index 45d8235..6ec0001 100644 --- a/site/themes/citra-bs-theme/layouts/game/list.html +++ b/site/themes/citra-bs-theme/layouts/game/list.html @@ -4,60 +4,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + {{ range .Site.Data.compatibility }} + + + + + {{ end }}
PerfectGame functions flawless with no audio or graphical glitches, all tested functionality works as intended without any workarounds needed.
ExcellentGame functions with minor graphical or audio glitches, game is playable from start to finish without any workarounds needed.
GreatGame functions with minor graphical or audio glitches, but game is playable from start to finish with workarounds.
OkayGame functions with major graphical or audio glitches, but game is playable from start to finish with workarounds.
BadGame functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches even with workarounds.
Intro/MenuGame is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen.
Won't BootThe game crashes when attempting to startup.
{{ .name }}{{ .description }}
-

Games

- - +
+ + + + + + + + + + {{ $paginator := .Paginate .Data.Pages 50 }} + {{ range $paginator.Pages }} + {{ $rating := index .Site.Data.compatibility ( string .Params.compatibility | default "0" ) }} - - - - + + + + - - - {{ $paginator := .Paginate .Data.Pages 50 }} - {{ range $paginator.Pages }} - {{ $rating := index .Site.Data.compatibility ( string .Params.compatibility | default "0" ) }} - - - - - - - {{ end }} - -
TitleCompatibilityDate Tested
TitleCompatibilityDate Tested{{ .Params.title }}{{ $rating.name }}{{ dateFormat "January 2, 2006" .Params.tested_date }}
{{ .Params.title }}{{ $rating.name }}{{ dateFormat "January 2, 2006" .Params.tested_date }}
+ {{ end }} + + - {{ partial "pagination" . }} + {{ partial "pagination" . }} {{ end }}