mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
95bd7974ee
There are 2 different kind of resource, one that is attached to the page, matching all non-rendered files, and the global one matching all files in `/assets`. Although they have similar behaviour, the way to access both of them are slightly different. Explicitly express differences between both and clarify when a page is attached resources and when not.