From d7872b802690ddb78cc796fa8e5c0a7783d06eb1 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 28 Mar 2019 16:18:41 +0100 Subject: [PATCH] Fix bug --- views/html/index_html.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/html/index_html.pug b/views/html/index_html.pug index 4344a7b..423b70a 100644 --- a/views/html/index_html.pug +++ b/views/html/index_html.pug @@ -21,12 +21,12 @@ block content .columns.is-centered .column.is-narrow.is-desktop #leaderboard - include leaderboard + include leaderboard_html .columns.is-centered .column.is-narrow.is-desktop #battles - include battles + include battles_html block extrajs