From 62fecded0efd2a1d9ff39ad6d66e795ed1bd0a03 Mon Sep 17 00:00:00 2001 From: "chris062689@gmail.com" Date: Sun, 11 Nov 2018 17:43:25 -0500 Subject: [PATCH] Correctly foreach on issues layout in gamedb. --- layouts/game/single.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/layouts/game/single.html b/layouts/game/single.html index 264302b..ad4f88c 100644 --- a/layouts/game/single.html +++ b/layouts/game/single.html @@ -123,13 +123,16 @@ + {{ $githubUrl := .Site.Params.GithubURL }} + {{ range .Params.issues }} - Pokemon Main Series (XY, ORAS, SM, USUM) - Hangs When Soft Resetting + {{ .title }} - 4/30/2018 - 7/08/2018 + {{ dateFormat "January 2, 2006" .created_at }} + {{ dateFormat "January 2, 2006" .updated_at }} + {{ end }} {{ end }} @@ -159,6 +162,6 @@ {{ else }}

No screenshots have been uploaded for this game.

- {{ end }} + {{ end }}https://citra-emu.org/game/new-super-mario-bros-2/ {{ end }}