From 98537018f9f8292f6e8aab809083d5bfa2875195 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 29 Dec 2021 11:07:39 -0800 Subject: [PATCH] Document .Publish method for global resources --- content/en/hugo-pipes/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-pipes/introduction.md b/content/en/hugo-pipes/introduction.md index a69d7b492..babf9cdb8 100755 --- a/content/en/hugo-pipes/introduction.md +++ b/content/en/hugo-pipes/introduction.md @@ -90,7 +90,7 @@ Asset files must be stored in the asset directory. This is `/assets` by default, ### Asset Publishing -Assets will only be published (to `/public`) if `.Permalink` or `.RelPermalink` is used. You can use `.Content` to inline the asset. +Hugo publishes assets to the to the `publishDir` (typically `public`) when you invoke `.Permalink`, `.RelPermalink`, or `.Publish`. You can use `.Content` to inline the asset. ## Go Pipes