diff --git a/content/en/hugo-pipes/resource-from-string.md b/content/en/hugo-pipes/resource-from-string.md index 221898dba..da6c836db 100755 --- a/content/en/hugo-pipes/resource-from-string.md +++ b/content/en/hugo-pipes/resource-from-string.md @@ -16,6 +16,8 @@ signature: ["resources.FromString TARGET_PATH CONTENT"] It is possible to create a resource directly from the template using `resources.FromString` which takes two arguments, the target path for the created resource and the given content string. +The result is cached using the target path as the cache key. + The following example creates a resource file containing localized variables for every project's languages. ```go-html-template