diff --git a/layouts/game/list.html b/layouts/game/list.html
index 310f8bc..15894cd 100644
--- a/layouts/game/list.html
+++ b/layouts/game/list.html
@@ -3,18 +3,18 @@
Game Compatibility List
- The Citra Emulator compatibility list contains all the games we tested, sorted by how well they work on the emulator.
+ The compatibility list contains all the games we tested, sorted by how well they work on the emulator.
- {{ range .Site.Data.compatibility }}
-
-
- {{ .name }}
- |
- {{ .description }} |
-
- {{ end }}
+ {{ range .Site.Data.compatibility }}
+
+
+ {{ .name }}
+ |
+ {{ .description }} |
+
+ {{ end }}
@@ -24,8 +24,8 @@
{{ end }}
{{ define "main" }}
-
-
+
+
|
@@ -36,61 +36,60 @@
{{ range .Data.Pages.GroupByParam "section_id" }}
- {{ range .Pages }}
- {{ $rating := index .Site.Data.compatibility .Params.compatibility }}
- {{ $type := index .Site.Data.gameTypes (.Params.game_type | default "3ds") }}
-
-
- {{ .Params.title }} {{ $type.name }} {{ $rating.name }} {{ dateFormat "January 2, 2006" .Params.testcase_date }}
- |
-
-
- |
-
- {{ .Params.title }}
- |
-
- {{ $rating.name }}
- |
-
- {{ dateFormat "January 2, 2006" .Params.testcase_date }}
- |
-
- {{ end }}
+ {{ range .Pages }}
+ {{ $rating := index .Site.Data.compatibility .Params.compatibility }}
+ {{ $type := index .Site.Data.gameTypes (.Params.game_type | default "3ds") }}
+
+
+ {{ .Params.title }} {{ $type.name }} {{ $rating.name }} {{ dateFormat "January 2, 2006" .Params.testcase_date }}
+ |
+
+
+ |
+
+ {{ .Params.title }}
+ |
+
+ {{ $rating.name }}
+ |
+
+ {{ dateFormat "January 2, 2006" .Params.testcase_date }}
+ |
+
+ {{ end }}
{{ end }}
-
-
+
{{ end }}
{{ define "scripts" }}
-{{ end }}
\ No newline at end of file
+{{ end }}
diff --git a/layouts/game/meta.html b/layouts/game/meta.html
index 152f9f1..96ae3e2 100644
--- a/layouts/game/meta.html
+++ b/layouts/game/meta.html
@@ -1,10 +1,12 @@
-{{- $rating := index .Site.Data.compatibility .Params.compatibility }}
-
-
+{{ if .IsPage }}
+ {{ $rating := index .Site.Data.compatibility .Params.compatibility }}
+
+
-
-
-
-{{- range .Params.tags }}
-
-{{- end }}
+
+
+
+ {{ range .Params.tags }}
+
+ {{ end }}
+{{ end }}