mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-28 09:12:37 +00:00
Fixed typo in content-management/page-resources
One of the examples for resource matching `images/sunset.jpeg` was the wrong case.
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
936633e25f
commit
137a32f905
@@ -67,7 +67,7 @@ GetMatch
|
||||
```go
|
||||
// Using Match/GetMatch to find this images/sunset.jpg ?
|
||||
.Resources.Match "images/sun*" ✅
|
||||
.Resources.Match "**/Sunset.jpg" ✅
|
||||
.Resources.Match "**/sunset.jpg" ✅
|
||||
.Resources.Match "images/*.jpg" ✅
|
||||
.Resources.Match "**.jpg" ✅
|
||||
.Resources.Match "*" 🚫
|
||||
|
||||
Reference in New Issue
Block a user