mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-22 20:51:35 +00:00
281554ee97
On Linux, `hugofs.Glob` does not hit any directories which includes uppercase letters. (This does not happen on macOS.) Since `resources.GetMatch/Match` uses `Glob`, ``` {{ resources.GetMatch "Foo/bar.css" }} ``` this does not match `assets/Foo/bar.css` . On the other hand, you can get it with ``` {{ resources.Get "Foo/bar.css" }} ``` |
||
---|---|---|
.. | ||
bundler | ||
create |