From 98409254c26ed06e39a67f85ef155481c61166c0 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Tue, 27 Feb 2018 22:01:12 -0500 Subject: [PATCH] Added Canary or Nightly (buildName) build to Compatibility list when viewing a single game. --- site/themes/citra-bs-theme/layouts/game/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/themes/citra-bs-theme/layouts/game/single.html b/site/themes/citra-bs-theme/layouts/game/single.html index 06b37f7..d981ab5 100644 --- a/site/themes/citra-bs-theme/layouts/game/single.html +++ b/site/themes/citra-bs-theme/layouts/game/single.html @@ -119,7 +119,7 @@ {{ dateFormat "01/02/2006" .date }} {{ .author }} {{ .cpu }}
{{ .gpu }}
{{ .os }} - {{ if isset . "versionType" }}{{ .versionType }} Build
{{ end }}{{ .version }}
{{ if isset . "buildDate" }} {{ dateFormat "01/2/2006" .buildDate }} {{ end }} + {{ if isset . "buildName" }}{{ .buildName }} Build
{{ end }}{{ .version }}
{{ if isset . "buildDate" }} {{ dateFormat "01/2/2006" .buildDate }} {{ end }}
{{ $rating.name }}
{{ end }}