From 563cd7f47c9ec37906ddcd92f7864cce454beab4 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Mon, 5 Jun 2017 17:34:27 -0400 Subject: [PATCH] Added barchart for displaying overall ratings. --- .../citra-bs-theme/layouts/game/list.html | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/site/themes/citra-bs-theme/layouts/game/list.html b/site/themes/citra-bs-theme/layouts/game/list.html index f9adbd6..b7ea199 100644 --- a/site/themes/citra-bs-theme/layouts/game/list.html +++ b/site/themes/citra-bs-theme/layouts/game/list.html @@ -1,7 +1,6 @@ {{ define "main" }}

Game Compatibility List

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

- {{ range .Site.Data.compatibility }} @@ -13,6 +12,8 @@
+
+ @@ -28,10 +29,34 @@ - + {{ end }}
{{ .Params.title }}
{{ $rating.name }}
{{ $rating.name }}
{{ dateFormat "January 2, 2006" .Params.tested_date }}
{{ end }} + +{{ define "scripts" }} + + + + +{{ end }}