From 6cba51e071d8c0c6e5e86a1847a8af777e7686b5 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 15 Sep 2019 12:59:58 -0700 Subject: [PATCH] fix baseURL and relative paths --- config.toml | 2 +- layouts/partials/custom-footer.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 3c17dde..688f958 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "/bonk/" +baseURL = "https://moontools-docs.github.io/bonk/" languageCode = "en-us" title = "Bonk Docs" theme = "hugo-theme-learn" diff --git a/layouts/partials/custom-footer.html b/layouts/partials/custom-footer.html index ba8d83a..d41fbfc 100644 --- a/layouts/partials/custom-footer.html +++ b/layouts/partials/custom-footer.html @@ -1,3 +1,3 @@ - - + + \ No newline at end of file