Reorganization of helpers. Centralized Url/Path logic. Fixed #175.
authorspf13 <steve.francia@gmail.com>
Thu, 27 Feb 2014 23:32:09 +0000 (18:32 -0500)
committerspf13 <steve.francia@gmail.com>
Fri, 28 Feb 2014 01:33:18 +0000 (20:33 -0500)
commit14227351fad4acda28c9de90b593c952026f2911
tree00157055ea1eac533db7ea07dc5043f06c129916
parent64572d2d60a6bee0cc0b87dcf0a944d88375d964
Reorganization of helpers. Centralized Url/Path logic. Fixed #175.
12 files changed:
.travis.yml
helpers/general.go [new file with mode: 0644]
helpers/helpers_test.go [new file with mode: 0644]
helpers/path.go [new file with mode: 0644]
helpers/templates.go [deleted file]
helpers/templates_test.go [deleted file]
helpers/url.go [new file with mode: 0644]
hugolib/config.go
hugolib/page.go
hugolib/page_permalink_test.go
hugolib/path.go [deleted file]
hugolib/site.go