tpl/collections: Make it a package that stands on its own
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 30 Apr 2017 19:52:56 +0000 (21:52 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 1 May 2017 13:13:41 +0000 (15:13 +0200)
commit8a49c0b3b8b5a374a64b639f46806192cd663fc9
tree540b8ae405e69829957f8cb75832d82977adca61
parenta3bf118eaa0796892047bb7456fe89824e423f27
tpl/collections: Make it a package that stands on its own

See #3042
15 files changed:
deps/deps.go
hugolib/alias.go
hugolib/hugo_sites_build.go
hugolib/page.go
hugolib/shortcode.go
hugolib/site.go
tpl/collections/apply.go
tpl/collections/apply_test.go
tpl/collections/collections.go
tpl/collections/init.go [new file with mode: 0644]
tpl/template.go
tpl/tplimpl/template.go
tpl/tplimpl/templateFuncster.go
tpl/tplimpl/template_funcs.go
tpl/tplimpl/template_funcs_test.go