mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-01 11:12:37 +00:00
Fix typo
This commit is contained in:
@@ -22,7 +22,7 @@ The `images.Mask` filter applies a mask to an image. Black pixels in the mask ma
|
||||
Create the filter:
|
||||
|
||||
```go-html-template
|
||||
{{ $filter := images.Mak "images/mask.png" }}
|
||||
{{ $filter := images.Mask "images/mask.png" }}
|
||||
```
|
||||
|
||||
{{% include "functions/images/_common/apply-image-filter.md" %}}
|
||||
|
||||
Reference in New Issue
Block a user