hugo/tpl
bep beff680534 Expand the ACE base template lookup pattern
The previous implementation didn't easily support the use case "I want one base template for the single pages, another for the rest".

The new lookup order is:

1. <current-path>/<template-name>-baseof.ace, e.g. list-baseof.ace
2. <current-path>/baseof.ace
3. _default/<template-name>-baseof.ace, e.g. list-baseof.ace.
4. _default/baseof.ace
2015-04-18 13:58:20 +02:00
..
template.go Expand the ACE base template lookup pattern 2015-04-18 13:58:20 +02:00
template_embedded.go Fix broken Highlight test 2015-04-16 02:20:10 +02:00
template_funcs.go Add more options to highlight 2015-04-15 20:31:06 +02:00
template_funcs_test.go tpl: split template.go 2015-04-05 21:03:12 +02:00
template_resources.go More initialism corrections (golint) 2015-03-18 11:30:37 +01:00
template_resources_test.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
template_test.go tpl: split template.go 2015-04-05 21:03:12 +02:00