hugo/resources
Bjørn Erik Pedersen 5185fb065b hugolib: Allow relative URLs in front matter
Before this commit you would have to do this in multilingual setups:

```
---
title: "Custom!"
url: "/jp/custom/foo"
---
```

This commit allows for relative URLs, e.g:

```
---
title: "Custom!"
url: "custom/foo"
---
```

Which is obviously easier and more portable.

The meaning of relative may change to include more in the future (e.g. role based access).

Fixes #5704
2019-04-02 10:33:15 +02:00
..
internal
page hugolib: Allow relative URLs in front matter 2019-04-02 10:33:15 +02:00
resource
resource_factories
resource_transformers
testdata
image.go resources: Fix image publish ordering issue 2019-03-30 10:17:25 +01:00
image_cache.go
image_test.go resources: Fix image publish ordering issue 2019-03-30 10:17:25 +01:00
resource.go
resource_cache.go
resource_metadata.go
resource_metadata_test.go
resource_test.go
smartcrop.go
testhelpers_test.go resources: Fix image publish ordering issue 2019-03-30 10:17:25 +01:00
transform.go
transform_test.go