From 3f5021c5f3c5be54fa1375ddac18ea1947fc67c7 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 3 Oct 2016 13:32:17 +0200 Subject: [PATCH] [Global] Fixed base URL of the site Signed-off-by: Jim Martens --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 6e69b56..8210c04 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ description: > # this means to ignore newlines until "baseurl:" On this site you can find my political views and other content related to me personally. baseurl: "" # the subpath of your site, e.g. /blog -url: "https://jim.2martens.de" # the base hostname & protocol for your site +url: "http://jim.2martens.de" # the base hostname & protocol for your site twitter_username: 2martens github_username: frmwrk123