From e4bfeceabddf11ff6307b61a01b4917e0752dd09 Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Fri, 10 Apr 2015 15:32:14 +0000 Subject: [PATCH] use base.url everywhere and set it empty by default --- 404.html | 2 +- _config.yml | 2 +- _includes/head.html | 10 +++++----- _includes/sidebar.html | 2 +- _layouts/default.html | 2 +- atom.xml | 6 +++--- index.html | 8 ++++---- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/404.html b/404.html index 9703ba819b7..4bf3f7d8fca 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 f20aab874e1..6bbbd6a90a8 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ title: Lanyon tagline: 'A Jekyll theme' description: 'A reserved Jekyll theme that places the utmost gravity on content with a hidden drawer. Made by @mdo.' url: http://lanyon.getpoole.com -baseurl: / +baseurl: '' paginate: 5 # About/contact diff --git a/_includes/head.html b/_includes/head.html index 8dfc622ede3..403192b8caa 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,14 +15,14 @@ - - - + + + - - + + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index ad7e14860a8..520eebafc79 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -9,7 +9,7 @@