Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-11-09 06:18:12 +0300
committerGitHub <noreply@github.com>2022-11-09 06:18:12 +0300
commit8c25cfc5c1733a7a6990541505f4e8bbd5ce6d00 (patch)
tree5e9882239f91fea07dca909ad5ffd888802ecfcd
parent09fea41e0c5f525ce0ef1edf2c862e1cdcb215fd (diff)
Update index.md
Reverting changes from d9f7cfc0 that were superseded by 060076cb.
-rw-r--r--content/en/content-management/image-processing/index.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/content/en/content-management/image-processing/index.md b/content/en/content-management/image-processing/index.md
index 8fdab2d6e..fd235b39c 100644
--- a/content/en/content-management/image-processing/index.md
+++ b/content/en/content-management/image-processing/index.md
@@ -28,16 +28,6 @@ content/
└── sunset.jpg <-- page resource
```
-## The Image Resource
-
-The `image` resource gives you access to image-specific attributes like the picture's `Width` and `Height`, as well as powerful processing methods and filters. More on that below.
-
-Note that the `image` resource can also be retrieved from a [global resource]({{< relref "/hugo-pipes/introduction#from-file-to-resource" >}})
-
-```go-html-template
-{{ $image := .Resources.GetMatch "sunset.jpg" }}
-```
-
### Global Resources
A global resource is a file: