From 8c28becbb86e6cdb910cbb12221067b08cf43923 Mon Sep 17 00:00:00 2001 From: Nicolas Kuttler Date: Thu, 12 Feb 2015 22:40:15 +0100 Subject: Use the base url setting everywhere With this merged all one has to do to serve the project as a github project page is to set the baseurl value to /project-name in _config.yml See http://nkuttler.github.io/irssi.github.io/ --- _includes/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/head.html') diff --git a/_includes/head.html b/_includes/head.html index b1c8ce5..a96a782 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,6 +6,6 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - - + + -- cgit v1.2.3