diff --git a/site/themes/citra-bs-theme/layouts/game/single.html b/site/themes/citra-bs-theme/layouts/game/single.html index ca6961e..d8b9156 100644 --- a/site/themes/citra-bs-theme/layouts/game/single.html +++ b/site/themes/citra-bs-theme/layouts/game/single.html @@ -1,5 +1,7 @@ {{ define "main" }} + {{ $gameName := .File.BaseFileName }} {{ $rating := index .Site.Data.compatibility ( string .Params.compatibility | default "0" ) }} +
{{ .Params.Description }}
+ +{{ .Params.Description }}
{{ .Content }} + + {{ if (where (readDir "/static/savefiles") "Name" .File.BaseFileName) }} +Name | +Description | +Uploaded By | +Date | +
---|---|---|---|
{{ .title }} | +{{ .description }} | +{{ .author }} | +{{ dateFormat "January 2, 2006" .date }} | +