From 828ab06837d72aa133449efae0d6679a1a5e4d82 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 8 Feb 2016 18:52:48 +0100 Subject: [PATCH] Fix the base URL for github hosting --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 8988fe12..22dd1172 100644 --- a/_config.yml +++ b/_config.yml @@ -2,5 +2,5 @@ title: Radicale email: contact@kozea.fr description: A free and open-source CalDAV and CardDAV server -baseurl: "" +baseurl: "/Radicale" url: "http://radicale.org"