mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
8d898ad667
Hugo `0.55.0` introduced some new interface types for `Page` etc. This worked great in general, but there were cases where this would fail in `where` and `sort`. One such example would be sorting by `MenuItem.Page.Date` where `Page` on `MenuItem` was a small subset of the bigger `page.Page` interface. This commit fixes that by unwrapping such interface values. Fixes #5989 |
||
---|---|---|
.. | ||
append.go | ||
append_test.go | ||
apply.go | ||
apply_test.go | ||
collections.go | ||
collections_test.go | ||
complement.go | ||
complement_test.go | ||
index.go | ||
index_test.go | ||
init.go | ||
init_test.go | ||
reflect_helpers.go | ||
sort.go | ||
sort_test.go | ||
symdiff.go | ||
symdiff_test.go | ||
where.go | ||
where_test.go |