hugo/helpers
Bjørn Erik Pedersen ae742cb1bd Fix language params handling
This fixes some issues with language params handling by separating params from configuration values per language.

This means that you can now do this:

```toml
[languages]
[languages.en]
languageName = "English"
weight = 1
title = "My Cool Site"
[languages.en.params]
myParam = "Hi!"
```

This is not a breaking change, but the above is a less suprising way of configuring custom params.

It also fixes some hard-to-debug corner-cases in multilingual sites.

Fixes #4356
Fixes #4352
2018-01-30 18:53:07 +01:00
..
baseURL.go
baseURL_test.go
content.go
content_renderer.go helpers: Avoid unescape in highlight 2018-01-23 09:48:04 +01:00
content_renderer_test.go
content_test.go
emoji.go
emoji_test.go
general.go helpers: Avoid writing the last MD5 buff part twice 2017-12-28 22:52:27 +01:00
general_test.go helpers: Avoid writing the last MD5 buff part twice 2017-12-28 22:52:27 +01:00
hugo.go releaser: Prepare repository for 0.35-DEV 2018-01-22 12:08:54 +00:00
hugo_test.go
language.go Fix language params handling 2018-01-30 18:53:07 +01:00
language_test.go Fix language params handling 2018-01-30 18:53:07 +01:00
path.go
path_test.go
pathspec.go Fix URLs for bundle resources in multihost mode 2018-01-06 10:29:13 +01:00
pathspec_test.go Fix URLs for bundle resources in multihost mode 2018-01-06 10:29:13 +01:00
processing_stats.go
pygments.go
pygments_test.go
testhelpers_test.go
url.go Fix URLs for bundle resources in multihost mode 2018-01-06 10:29:13 +01:00
url_test.go