diff --git a/site/themes/citra-bs-theme/layouts/game/list.html b/site/themes/citra-bs-theme/layouts/game/list.html index 340b570..abbac28 100644 --- a/site/themes/citra-bs-theme/layouts/game/list.html +++ b/site/themes/citra-bs-theme/layouts/game/list.html @@ -1,8 +1,7 @@ {{ define "main" }} - {{ $paginator := .Paginate .Data.Pages }}

Game Compatibility List

The Citra Emulator compatibility list contains all the games we tested, sorted by how well they work on the emulator.

- + @@ -41,7 +40,7 @@
- +

Games

@@ -53,10 +52,11 @@ + {{ $paginator := .Paginate .Data.Pages 50 }} {{ range $paginator.Pages }} {{ $rating := index .Site.Data.compatibility ( string .Params.compatibility | default "0" ) }} - +
{{ .Params.title }} {{ $rating.name }} {{ dateFormat "January 2, 2006" .Params.tested_date }}