From 42520c7306f84146ed23456cecf2949952a3403a Mon Sep 17 00:00:00 2001 From: Vikram Narayanan Date: Sat, 9 Sep 2017 01:10:03 +0200 Subject: [PATCH] Fix site.baseurl to relative_url Hope this fixes the broken site Refer: https://github.com/github/pages-gem/issues/460 Signed-off-by: Vikram Narayanan --- 404.html | 2 +- _config.yml | 2 +- _includes/head.html | 12 ++++++------ _includes/sidebar.html | 4 ++-- index.html | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/404.html b/404.html index 9703ba819b756..6f9302c33b5c9 100644 --- a/404.html +++ b/404.html @@ -6,5 +6,5 @@

404: Page not found

-

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

+

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

diff --git a/_config.yml b/_config.yml index 72603279adbdd..c84d0cdcb8386 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ title: Vikram tagline: 'rand()' description: Universität des Saarlandes url: -baseurl: / +#baseurl: / author: name: 'Vikram Narayanan' diff --git a/_includes/head.html b/_includes/head.html index b89d5514a6134..b69e5da4c761d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -16,14 +16,14 @@ - - - - + + + + - - + + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 8e9ab968e06ad..7ece8a4054bce 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -2,7 +2,7 @@