From 425210cc48cfa40606810bdb36cb3cf22e3d480b Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Mon, 14 Nov 2016 07:07:36 -0800 Subject: [PATCH] CSS issues are arising on the Github Pages side. Temp fix. Need to figure out why this is still happening that `relative_url` is not prepending the right value at just random times. --- docs/_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_config.yml b/docs/_config.yml index 6fc479d78..2e5cee097 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -11,6 +11,7 @@ gacode: "UA-49459723-1" # as "/reponame" but leave blank if you have a top-level domain URL as it is # now set to "" by default as discussed in: # http://jekyllrb.com/news/2016/10/06/jekyll-3-3-is-here/ +baseurl: "" # the base hostname & protocol for your site # If baseurl is set, then the absolute url for your site would be url/baseurl -- GitLab