Removing the use of slash
authorNoah Campbell <noahcampbell@gmail.com>
Tue, 13 Aug 2013 21:47:14 +0000 (14:47 -0700)
committerspf13 <steve.francia@gmail.com>
Sun, 18 Aug 2013 03:46:57 +0000 (23:46 -0400)
commitec821739bc31e2decb568bec1153a871a82a1cc7
treea8cdfa040a189d2d161c48a771f914a3f7f1a9c3
parent8eca8f8aa08d5d95386c34979f653a5b5463c8c9
Removing the use of slash

An oversight on my behalf.  The FromSlash method is used when writing
out the public file name.  There is one place where the slashes are
required which is setting the output file.  I replaced those instances
with filepath.Join which should do the right thing depending on the OS.
hugolib/site.go