From 15f89e2966bd1a22727332b1a9dca4acbecf28f8 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sun, 4 Jun 2017 13:57:52 -0400 Subject: [PATCH] Tweaked games listings for smaller icons and more entries per page. --- site/themes/citra-bs-theme/layouts/game/list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}