Remove non-existing source variable

Closes https://github.com/gohugoio/hugo/issues/4084
Closes https://github.com/gohugoio/hugo/pull/4085
This commit is contained in:
Bjørn Erik Pedersen 2017-12-10 01:09:08 +01:00
parent a638160dcd
commit b36632b312
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F

View File

@ -288,8 +288,7 @@ pygmentsUseClasses = false
SectionPagesMenu =
# default sitemap configuration map
sitemap =
# filesystem path to read files relative from
source = ""
# filesystem path to read static files relative from
staticDir = "static"
# display memory and timing of different steps of the program
stepAnalysis = false