Hugo: Leaf and Branch Bundles

FYI, instead of this:

$reusablePages := $headless.Resources.Match "*"

I did

$reusablePages := $headless.Resources

Not sure if there’s a material difference between the two, but the Match "*" felt like it might be resource intensive.

2 Likes