From c6700d0645d5bcc0fd204ba3b6a2537874a68ef1 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sat, 3 Jun 2017 00:03:30 -0400 Subject: [PATCH] Added additional metadata: description, releases, needs from the data file. --- .../citra-bs-theme/layouts/game/single.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 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 ec9cc7f..ca6961e 100644 --- a/site/themes/citra-bs-theme/layouts/game/single.html +++ b/site/themes/citra-bs-theme/layouts/game/single.html @@ -29,6 +29,7 @@
+ @@ -45,11 +46,24 @@ - + + + + + + + + +
Title IDs{{ delimit .Params.id ", " }} + {{ range .Params.releases }} + {{ .title }} ({{ .region }})
+ {{ end }} +
System Files Required?{{ if eq .Params.needs_system_files true }}Yes{{ else }}No{{ end }}
Shared Font Required?{{ if eq .Params.needs_shared_font true }}Yes{{ else }}No{{ end }}
+

{{ .Params.Description }}

{{ .Content }} {{ end }}