hugo/helpers
Bjørn Erik Pedersen a3a67163f9 hugolib: Enable override of theme base template only
This commit fixes the base template lookup order to match the behaviour of regular templates.

```
1. <current-path>/<template-name>-baseof.<suffix>, e.g. list-baseof.<suffix>.
2. <current-path>/baseof.<suffix>
3. _default/<template-name>-baseof.<suffix>, e.g. list-baseof.<suffix>.
4. _default/baseof.<suffix>

For each of the steps above, it will first look in the project, then, if theme is set,
in the theme's layouts folder.
```

Fixes #2783
2016-12-15 21:35:38 +01:00
..
configProvider.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
content.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
content_renderer.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
content_renderer_test.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
content_test.go
emoji.go helpers: Use iterate operator by int in Emojify 2016-11-23 09:13:00 +01:00
emoji_test.go
general.go Revise the deprecation strategy 2016-11-23 17:26:13 +01:00
general_test.go
hugo.go
hugo_test.go
language.go helpers: Fix typo in language.Get documentation 2016-11-23 10:51:33 +01:00
language_test.go
path.go hugolib: Enable override of theme base template only 2016-12-15 21:35:38 +01:00
path_test.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
pathspec.go helpers: Golint fixes 2016-11-05 17:28:14 +01:00
pathspec_test.go
pygments.go commands, tpl: Get rid of repeating viper accesses 2016-11-07 00:10:32 +01:00
pygments_test.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
url.go hugolib: Fix regressions with uglyURLs 2016-11-27 14:36:17 +01:00
url_test.go hugolib: Fix regressions with uglyURLs 2016-11-27 14:36:17 +01:00