From 4a8e71b8964bc0527153b0441fcd8bdbdffdd1bf Mon Sep 17 00:00:00 2001 From: Chad Morrow Date: Fri, 3 Aug 2018 12:39:29 -0700 Subject: [PATCH] Add path to root for additional css files in handlebar template This change ensures that additional css files are correctly sourced and apply to all pages, regardless of their location in the book's folder structure. --- src/theme/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/index.hbs b/src/theme/index.hbs index bc90b00c..c7b7dcac 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -27,7 +27,7 @@ {{#each additional_css}} - + {{/each}} {{#if mathjax_support}}