diff --git a/site/themes/citra-bs-theme/layouts/game/single.html b/site/themes/citra-bs-theme/layouts/game/single.html index 3074983..60ba126 100644 --- a/site/themes/citra-bs-theme/layouts/game/single.html +++ b/site/themes/citra-bs-theme/layouts/game/single.html @@ -38,14 +38,6 @@ Status {{ $rating.name }}
{{ $rating.description }} - - Tested Date - {{ dateFormat "January 2, 2006" .Params.tested_date }} - - - Tested Version - {{ .Params.tested_version }} - Game Icon @@ -74,6 +66,31 @@

{{ .Params.Description }}

{{ .Content }} + +
+
+

Compatibility

+ + + + + + + + + + + + + + + + + +
DateTested ByCitra VersionRating
{{ dateFormat "January 2, 2006" .Params.tested_date }}{{ .Params.tested_by }}{{ .Params.tested_version }}{{ $rating.name }}
+
+
+ {{ if (where (readDir "/static/savefiles") "Name" .File.BaseFileName) }}
@@ -90,10 +107,10 @@ {{ range .Params.savefiles }} - {{ .title }} - {{ .description }} - {{ .author }} - {{ dateFormat "January 2, 2006" .date }} + {{ .title }} + {{ .description }} + {{ .author }} + {{ dateFormat "January 2, 2006" .date }} {{ end }}