From 9be6d443d7b3156831be2f1958c1302d22cd89b1 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 17 Sep 2021 20:39:53 -0400 Subject: [PATCH] Fix /gameInfo pages not loading markdown correctly --- WebHostLib/templates/gameInfo.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebHostLib/templates/gameInfo.html b/WebHostLib/templates/gameInfo.html index 9c475827..dddd709f 100644 --- a/WebHostLib/templates/gameInfo.html +++ b/WebHostLib/templates/gameInfo.html @@ -3,6 +3,9 @@ {% block head %} {{ game }} Info + {% endblock %}