mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 12:54:55 -04: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:
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 "*" 🚫
|
||||
|
Loading…
x
Reference in New Issue
Block a user