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 }}