resources.Copy
Copies the given resource to the target path.
Syntax
resources.Copy TARGETPATH RESOURCE
Returns
resource.Resource
{{ with resources.Get "images/a.jpg" }}
{{ with resources.Copy "img/new-image-name.jpg" . }}
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="">
{{ end }}
{{ end }}
The relative URL of the new published resource will be:
/img/new-image-name.jpg
Use the resources.Copy
function with global, page, and remote resources.
Last updated:
February 17, 2025
:
all: Change shortcode usage and design to prevent invalid HTML (0fca8ef25)
Improve this page