From 65198a763208c6fc3ce91c2cd59656c947d03007 Mon Sep 17 00:00:00 2001 From: wirelyre Date: Fri, 31 Aug 2018 20:03:34 -0500 Subject: [PATCH] Fix paths to additional CSS and JavaScript files Expressions in an `#each` block need to begin with "../" to reference values in the main context. --- src/theme/index.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme/index.hbs b/src/theme/index.hbs index bc90b00c..982c2f7d 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -27,7 +27,7 @@ {{#each additional_css}} - + {{/each}} {{#if mathjax_support}} @@ -235,7 +235,7 @@ {{#each additional_js}} - + {{/each}} {{#if is_print}}