From 2dec333910b06f8c3ca3916a0dea833a14463000 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 6 May 2014 23:50:58 -0400 Subject: [PATCH] Set baseurl to nothing in new template site. Previously, it caused all sorts of errors. Fixes #2317. --- lib/site_template/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/site_template/_config.yml b/lib/site_template/_config.yml index 15256bf7..21751507 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -3,7 +3,8 @@ name: Dat site title tho title: Your awesome title email: your-email@domain.com description: "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: "http://yourdomain.com" +baseurl: "" +url: "http://yourdomain.com" # Build settings markdown: kramdown