From 5805be18ddcc83ce841ece29ce08a7b5d11c4255 Mon Sep 17 00:00:00 2001 From: "chris062689@gmail.com" Date: Thu, 15 Nov 2018 22:52:51 -0500 Subject: [PATCH] Fixing savefile table. --- layouts/game/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/game/single.html b/layouts/game/single.html index b9cabb3..75e53a8 100644 --- a/layouts/game/single.html +++ b/layouts/game/single.html @@ -149,7 +149,7 @@ {{ range .Params.savefiles }} - {{ .title }} + {{ .title }} {{ .description }} {{ end }}