Set baseurl to nothing in new template site.

Previously, it caused all sorts of errors.
Fixes #2317.
This commit is contained in:
Parker Moore 2014-05-06 23:50:58 -04:00
parent b5dc628357
commit 2dec333910
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ name: Dat site title tho
title: Your awesome title title: Your awesome title
email: your-email@domain.com 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." 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 # Build settings
markdown: kramdown markdown: kramdown