Revert "tpl: Rework to handle both text and HTML templates"
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 2 Apr 2017 12:20:34 +0000 (14:20 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 2 Apr 2017 12:20:34 +0000 (14:20 +0200)
commit7eb71ee06419f9ceedfd701ab2a27513ef448829
tree254ba6c75575e067df76b4abe4e566936619adcb
parentc97dae40d9cd24c467f5b8cfbe2ac06f3cdef1d2
Revert "tpl: Rework to handle both text and HTML templates"

Will have to take another stab at this ...

This reverts commit 5c5efa03d2512749950b0d05a7d4bde35ecbdc37.

Closes #3260
31 files changed:
deps/deps.go
hugolib/alias.go
hugolib/embedded_shortcodes_test.go
hugolib/hugo_sites.go
hugolib/page.go
hugolib/page_output.go
hugolib/shortcode.go
hugolib/shortcode_test.go
hugolib/site.go
hugolib/site_output_test.go
hugolib/site_test.go
hugolib/sitemap_test.go
hugolib/testhelpers_test.go
output/layout.go
output/layout_base.go
output/layout_base_test.go
output/layout_test.go
output/outputFormat.go
output/outputFormat_test.go
tpl/template.go
tpl/tplimpl/ace.go [deleted file]
tpl/tplimpl/amber_compiler.go
tpl/tplimpl/template.go
tpl/tplimpl/templateFuncster.go [deleted file]
tpl/tplimpl/templateProvider.go [deleted file]
tpl/tplimpl/template_ast_transformers.go
tpl/tplimpl/template_ast_transformers_test.go
tpl/tplimpl/template_embedded.go
tpl/tplimpl/template_funcs.go
tpl/tplimpl/template_funcs_test.go
tpl/tplimpl/template_test.go