diff --git a/site/themes/citra-bs-theme/layouts/game/single.html b/site/themes/citra-bs-theme/layouts/game/single.html index 60ba126..152d7f5 100644 --- a/site/themes/citra-bs-theme/layouts/game/single.html +++ b/site/themes/citra-bs-theme/layouts/game/single.html @@ -32,10 +32,10 @@
Status | +Status | {{ $rating.name }} {{ $rating.description }} |
System Files Required? | -{{ if eq .Params.needs_system_files true }}Yes{{ else }}No{{ end }} | +{{ if eq .Params.needs_system_files true }}Yes{{ else if eq .Params.needs_system_files false }}No{{ else }}N/A{{ end }} |
Shared Font Required? | -{{ if eq .Params.needs_shared_font true }}Yes{{ else }}No{{ end }} | +{{ if eq .Params.needs_shared_font true }}Yes{{ else if eq .Params.needs_shared_font false }}No{{ else }}N/A{{ end }} |