hugo/tpl/tplimpl
Cameron Moore 084cf4191b tpl: Ensure site templates can override theme templates
The tplimpl package was misusing the TemplateLookupDescriptor.WorkingDir
field from the output package. By incorrectly setting it to the theme
directory instead of the site root, the user is unable to override theme
templates in some situations.

Fixes #3505
2018-02-05 08:38:04 +01:00
..
ace.go
amber_compiler.go
template.go tpl: Ensure site templates can override theme templates 2018-02-05 08:38:04 +01:00
template_ast_transformers.go
template_ast_transformers_test.go
template_embedded.go tpl: Update Twitter card to also consider images in .Resources 2018-01-29 11:44:41 +01:00
template_funcs.go
template_funcs_test.go
template_test.go
templateFuncster.go
templateProvider.go