mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 17:20:15 -04:00
6 lines
354 B
Markdown
6 lines
354 B
Markdown
---
|
|
title: ordered taxonomy
|
|
---
|
|
|
|
Created by invoking the [`Alphabetical`](/methods/taxonomy/alphabetical/) or [`ByCount`](/methods/taxonomy/bycount/) method on a [`Taxonomy`](g) object, which is a [_map_](g), an _ordered taxonomy_ is a [_slice_](g), where each element is an object that contains the [_term_](g) and a slice of its [_weighted pages_](g).
|