From 6e5e6df161d77fd490f053fc77930076d6f642f2 Mon Sep 17 00:00:00 2001 From: budparr Date: Sat, 14 Apr 2018 14:12:22 -0400 Subject: [PATCH] Make asset paths absolute Fixes #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 3f9c13c..4b47c78 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 }} diff --git a/layouts/partials/site-scripts.html b/layouts/partials/site-scripts.html index 590bdd8..17946bf 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 }}