You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, $complement contains all resources from $styles, not excluding those also found in $katex. The functions union, symdiff, and intersect malfunction in similar ways. intersect seems to return an empty collection, irrespective of the resource collections provided.
What version of Hugo are you using (hugo version)?
$ hugo version
hugo v0.140.0+extended linux/amd64 BuildDate=unknown
The text was updated successfully, but these errors were encountered:
Description
As per the title, the set methods provided for collections do not seem to work with global resources. For example:
Here,
$complement
contains all resources from$styles
, not excluding those also found in$katex
. The functionsunion
,symdiff
, andintersect
malfunction in similar ways.intersect
seems to return an empty collection, irrespective of the resource collections provided.What version of Hugo are you using (
hugo version
)?The text was updated successfully, but these errors were encountered: