From 3df7a29cbafd353ab5da5042c585f780f8b60430 Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axilleas@axilleas.me>
Date: Wed, 30 Mar 2016 10:42:10 +0000
Subject: [PATCH] Use / for url

---
 _config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index c6ca42e..3d5fbe6 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:"
   line in _config.yml. It will appear in your document head meta (for
   Google search results) and in your feed.xml site description.
 baseurl: "/jekyll" # the subpath of your site, e.g. /blog
-url: "https://pages.gitlab.io" # the base hostname & protocol for your site
+url: "/" # the base hostname & protocol for your site
 twitter_username: jekyllrb
 github_username:  jekyll
 
-- 
GitLab