From 9e22d5263dfd95c9dd34ebe591890ff700d8f877 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Sun, 5 Feb 2017 15:13:03 -0500 Subject: [PATCH] removes url setting from config --- _config.yml | 2 +- _includes/header.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 47280e7..f639b6a 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ subtitle: by HTML5 UP email: youremailaddress@gmail.com description: A responsive site template designed by HTML5 Up
and released under the Creative Commons. baseurl: "/forty-jekyll-theme" # the subpath of your site, e.g. /blog -url: "https://andrewbanchich.gitlab.io" # the base hostname & protocol for your site +url: "" # the base hostname & protocol for your site author: street_address: 1234 Somewhere Road city: Nashville diff --git a/_includes/header.html b/_includes/header.html index ac36751..1acb68d 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,7 +3,7 @@