diff --git a/site/themes/citra-bs-theme/layouts/game/single.html b/site/themes/citra-bs-theme/layouts/game/single.html index ec9cc7f..ca6961e 100644 --- a/site/themes/citra-bs-theme/layouts/game/single.html +++ b/site/themes/citra-bs-theme/layouts/game/single.html @@ -29,6 +29,7 @@
+ @@ -45,11 +46,24 @@ - + + + + + + + + +
Title IDs{{ delimit .Params.id ", " }} + {{ range .Params.releases }} + {{ .title }} ({{ .region }})
+ {{ end }} +
System Files Required?{{ if eq .Params.needs_system_files true }}Yes{{ else }}No{{ end }}
Shared Font Required?{{ if eq .Params.needs_shared_font true }}Yes{{ else }}No{{ end }}
+

{{ .Params.Description }}

{{ .Content }} {{ end }}