From 82f5a075b12f408fcc43aaee5aac5419f7f63639 Mon Sep 17 00:00:00 2001 From: Emmanuel Corrales Date: Sat, 12 May 2018 18:12:03 +0800 Subject: [PATCH] Fix failure to fetch CSS. Bug: CSS can't be fetched after installing the gem. Expectation: CSS should be loaded properly from the header.html file. Replication: Just install the gem on a jekyll site. Cause: The base url is not properly configured. Solution: Change {{ site.baseurl }} to "/". https://github.com/poole/hyde/issues/213 --- _includes/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index d3c2321..4708f89 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,10 +15,10 @@ - - - - + + + +