Document .Publish method for global resources

This commit is contained in:
Joe Mooring
2021-12-29 11:07:39 -08:00
committed by Bjørn Erik Pedersen
parent 963ddc994a
commit 98537018f9
+1 -1
View File
@@ -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