mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Fix order of GetTerms
Preserve the order from front matter, which would be behaviour when doing this manually (before GetTerms). Fixes #7213
This commit is contained in:
@@ -264,6 +264,7 @@ func (b *cmInsertKeyBuilder) newTopLevel() {
|
||||
}
|
||||
|
||||
type contentBundleViewInfo struct {
|
||||
ordinal int
|
||||
name viewName
|
||||
termKey string
|
||||
termOrigin string
|
||||
|
Reference in New Issue
Block a user