From c69158e503f4f7905c1154a05f62b4b6c2e99d98 Mon Sep 17 00:00:00 2001
From: Trefex <trefex@gmail.com>
Date: Wed, 14 Mar 2018 10:51:58 +0100
Subject: [PATCH] Change base url

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

diff --git a/_config.yml b/_config.yml
index 13671d8..f86f8a3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -19,7 +19,7 @@ description: >- # this means to ignore newlines until "baseurl:"
   Write an awesome description for your new site here. You can edit this
   line in _config.yml. It will appear in your document head meta (for
   Google search results) and in your feed.xml site description.
-baseurl: "" # the subpath of your site, e.g. /blog
+baseurl: "/pages-jekyll-lcsb-template" # the subpath of your site, e.g. /blog
 url: "" # the base hostname & protocol for your site, e.g. http://example.com
 twitter_username: jekyllrb
 github_username:  jekyll
-- 
GitLab