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/ --- _layouts/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/home.html b/_layouts/home.html index 81451b6..c325bfb 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -5,7 +5,7 @@ layout: default

News{% if paginator.page > 1 %} Archive{% endif %}

{% for post in paginator.posts %} -

{{ post.title }}

+

{{ post.title }}

{% include postmeta.html node=post %} {{ post.content | markdownify }} {% endfor %} -- cgit v1.2.3