diff --git a/layouts/game/single.html b/layouts/game/single.html index 968cfb6..dc8934b 100644 --- a/layouts/game/single.html +++ b/layouts/game/single.html @@ -29,6 +29,7 @@ {{ define "main" }} {{ $gameId := .File.BaseFileName }} +{{ $wikiId := .Params.wiki_override | default $gameId }} {{ $rating := index .Site.Data.compatibility .Params.compatibility }}
{{- if eq .Params.incomplete true }} @@ -51,11 +52,11 @@
{{ if .Content }}

The below game entry is based on user submitted content.

-

See a mistake? Want to contribute? Edit +

See a mistake? Want to contribute? Edit this article on Github

{{ else }}

The below game entry is based on user submitted content.

-

See a mistake? Want to contribute? Edit +

See a mistake? Want to contribute? Edit this article on Github

{{ end }}