From 12c0adb5aa4c9612a5738000228c81d816d2ebea Mon Sep 17 00:00:00 2001 From: "chris062689@gmail.com" Date: Sat, 10 Nov 2018 19:11:17 -0500 Subject: [PATCH] Updated wiki hyperlink for override. --- layouts/game/single.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }}