Correct RESOURCE.Title example

This commit is contained in:
Joe Mooring
2024-02-28 09:13:47 -08:00
committed by GitHub
parent de03cd28c3
commit f434e25e85
+1 -1
View File
@@ -78,7 +78,7 @@ With a [remote resource], the `Title` method returns a hashed file name.
```go-html-template
{{ with resources.GetRemote "https://example.org/images/a.jpg" }}
{{ .Title }} → a_18432433023265451104.jpg
{{ .Title }} → /a_18432433023265451104.jpg
{{ end }}
```