From 89c26174a48f786f728c57d78fa53ffc100389c0 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 17 May 2018 14:54:40 -0600 Subject: [PATCH] Fix asset paths when baseURL has sub-folder (#103) See #97 --- layouts/_default/baseof.html | 2 +- layouts/partials/site-scripts.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fa70360..7d0b40c 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,7 +19,7 @@ {{ $stylesheet := .Site.Data.webpack_assets.app }} {{ with $stylesheet.css }} - + {{ end }} {{ range .Site.Params.custom_css }} diff --git a/layouts/partials/site-scripts.html b/layouts/partials/site-scripts.html index 17946bf..bd6c7f5 100644 --- a/layouts/partials/site-scripts.html +++ b/layouts/partials/site-scripts.html @@ -1,4 +1,4 @@ {{ $script := .Site.Data.webpack_assets.app }} {{ with $script.js }} - + {{ end }}