mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 10:35:08 -04:00
Remove duplicate content
This commit is contained in:
parent
0b91e7676e
commit
969c24c168
@ -59,18 +59,6 @@ ContentLength
|
||||
ContentType
|
||||
: The content type, e.g. "text/html"
|
||||
|
||||
|
||||
## Copy a Resource
|
||||
|
||||
{{< new-in "0.100.0" >}}
|
||||
|
||||
`resources.Copy` allows you to copy almost any Hugo `Resource` (the one exception is the `Page`), possibly most useful for renaming things:
|
||||
|
||||
```go-html-template
|
||||
{{ $resized := $image.Resize "400x400" | resources.Copy "images/mynewname.jpg" }}
|
||||
<img src="{{ $resized.RelPermalink }}">
|
||||
```
|
||||
|
||||
### Caching
|
||||
|
||||
By default, Hugo calculates a cache key based on the `URL` and the `options` (e.g. headers) given.
|
||||
@ -129,7 +117,6 @@ You can also change the request method and set the request body:
|
||||
|
||||
Remote resources fetched with `resources.GetRemote` will be cached on disk. See [Configure File Caches](/getting-started/configuration/#configure-file-caches) for details.
|
||||
|
||||
|
||||
## Copy a Resource
|
||||
|
||||
{{< new-in "0.100.0" >}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user