mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 18:34:48 -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
|
```go
|
||||||
// Using Match/GetMatch to find this images/sunset.jpg ?
|
// Using Match/GetMatch to find this images/sunset.jpg ?
|
||||||
.Resources.Match "images/sun*" ✅
|
.Resources.Match "images/sun*" ✅
|
||||||
.Resources.Match "**/Sunset.jpg" ✅
|
.Resources.Match "**/sunset.jpg" ✅
|
||||||
.Resources.Match "images/*.jpg" ✅
|
.Resources.Match "images/*.jpg" ✅
|
||||||
.Resources.Match "**.jpg" ✅
|
.Resources.Match "**.jpg" ✅
|
||||||
.Resources.Match "*" 🚫
|
.Resources.Match "*" 🚫
|
||||||
|
Loading…
x
Reference in New Issue
Block a user