From 9dd87b75d37a779a18cae8f1ab26e3f0913cbcde Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sat, 3 Jun 2017 16:48:15 -0400 Subject: [PATCH] Updates to games template. --- .../citra-bs-theme/layouts/game/single.html | 41 +++++++++++++------ 1 file changed, 29 insertions(+), 12 deletions(-) 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 }}