Use / for template names regardless of platform.
authorNoah Campbell <noahcampbell@gmail.com>
Mon, 12 Aug 2013 20:57:47 +0000 (13:57 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Mon, 12 Aug 2013 22:03:06 +0000 (15:03 -0700)
commit8c03141307a375709d4f9ae4a765ca1935b72051
tree48c2bae147768dbac907b773ab567670acc19f20
parent3fdcd0ba7c42cabe2b51c768bc7f36d859241eb0
Use / for template names regardless of platform.

The path seperator was causing templates to not be loaded on windows.
Now all template names use / internally.
hugolib/config.go
hugolib/path_seperators_test.go
hugolib/path_seperators_windows_test.go [new file with mode: 0644]
hugolib/site.go