From dd0fbae206c2e30e0880c0d2c1d72a3501561766 Mon Sep 17 00:00:00 2001 From: "chris062689@gmail.com" Date: Wed, 10 Oct 2018 22:08:57 -0400 Subject: [PATCH] Updated gamedb single page. --- site/themes/citra-bs-theme/layouts/game/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/themes/citra-bs-theme/layouts/game/single.html b/site/themes/citra-bs-theme/layouts/game/single.html index 0e6a332..9e9035b 100644 --- a/site/themes/citra-bs-theme/layouts/game/single.html +++ b/site/themes/citra-bs-theme/layouts/game/single.html @@ -116,10 +116,10 @@ {{- $rating := index $siteCompatibility .compatibility }} {{ if isset . "id" }} {{ .id }} {{ end }} - {{ dateFormat "01/02/2006" .date }} - {{ .author }} + {{ if isset . "buildDate" }} {{ dateFormat "01/2/2006" .buildDate }} {{ end }} + {{ .author }} on {{ dateFormat "01/02/2006" .date }} {{ .cpu }}
{{ .gpu }}
{{ .os }} - {{ if isset . "buildName" }}{{ .buildName }} Build
{{ end }}{{ .version }}
{{ if isset . "buildDate" }} {{ dateFormat "01/2/2006" .buildDate }} {{ end }} + {{ if isset . "buildName" }}{{ .buildName }} Build
{{ end }}{{ .version }}
{{ $rating.name }}
{{ end }}