From ee9d35cae663c024a2ba1ab5816d5552c3248e94 Mon Sep 17 00:00:00 2001 From: Lou Quillio Date: Tue, 10 Oct 2017 13:26:20 -0700 Subject: [PATCH] Fix relative URL breakage with site.baseurl="/draco". Hopefully. Looking for a relative URL scheme that works locally and on gh-pages. --- docs/_config.yml | 2 +- docs/_layouts/home.html | 6 +++--- docs/_layouts/spec-page.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 8cb5762..d053ca0 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,7 +18,7 @@ title: Draco 3D Data Compression email: webmaster@webmproject.org description: > Description here -#baseurl: "/docs" # the subpath of your site, e.g. /blog +baseurl: "/draco" url: "" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: webm github_username: webmproject diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 4377b28..662d560 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -57,7 +57,7 @@ - Draco 3D + Draco 3D