From f452d6f5b7af67ccdedce892b19534d13d7e388d Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Sun, 2 Jun 2013 12:13:10 +0200 Subject: [PATCH] jekyll pages: use absolute path for styles/images --- jekyll/_config.yml | 5 +++-- jekyll/_layouts/default.html | 6 +++--- jekyll/_layouts/page.html | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/jekyll/_config.yml b/jekyll/_config.yml index ffd87aa2..389e12cc 100644 --- a/jekyll/_config.yml +++ b/jekyll/_config.yml @@ -1,10 +1,11 @@ title: Solaar tagline: Linux devices manager for the Logitech Unifying Receiver. +root: /Solaar/ owner: pwr owner_url: https://github.com/pwr repository: https://github.com/pwr/Solaar -version: 0.8.8.1 -tar_download: https://github.com/pwr/Solaar/archive/0.8.8.1.tar.gz +version: 0.8.9 +tar_download: https://github.com/pwr/Solaar/archive/0.8.9.tar.gz ga_id: UA-36908718-1 pygments: true diff --git a/jekyll/_layouts/default.html b/jekyll/_layouts/default.html index 49468025..57c589c8 100644 --- a/jekyll/_layouts/default.html +++ b/jekyll/_layouts/default.html @@ -4,8 +4,8 @@ - - + + {{ page.title }} @@ -16,7 +16,7 @@
View on GitHub -

{{ site.title }}

+

{{ site.title }}

{{ site.tagline }}

diff --git a/jekyll/_layouts/page.html b/jekyll/_layouts/page.html index 1ff2522e..fec3cc04 100644 --- a/jekyll/_layouts/page.html +++ b/jekyll/_layouts/page.html @@ -4,8 +4,8 @@ - - + + {{ page.title }} @@ -15,7 +15,7 @@