From ac9c1509026880eaaf5a55845d2e7c9a0b0f8c08 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Wed, 4 Oct 2017 19:59:10 +0800 Subject: [PATCH] Moved custom JS to the bottom --- src/theme/index.hbs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/theme/index.hbs b/src/theme/index.hbs index e115ee64..c4368ae3 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -51,11 +51,6 @@ - - {{#each additional_js}} - - {{/each}} - @@ -168,5 +163,11 @@ + + + {{#each additional_js}} + + {{/each}} +