From 6c212ea6116c14c443acbd07b2bfc38ff27a0580 Mon Sep 17 00:00:00 2001 From: Jeremiah Valenzuela Date: Sat, 22 Jul 2017 02:23:23 -0500 Subject: [PATCH] Reorder to match the following content order --- content/templates/taxonomy-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/taxonomy-templates.md b/content/templates/taxonomy-templates.md index a13e2f2ec..22fb0d053 100644 --- a/content/templates/taxonomy-templates.md +++ b/content/templates/taxonomy-templates.md @@ -25,8 +25,8 @@ Hugo includes support for user-defined groupings of content called **taxonomies* Hugo provides multiple ways to use taxonomies throughout your project templates: -* Order the way the terms for a taxonomy are displayed in a [taxonomy terms template](#taxonomy-terms-template) * Order the way content associated with a taxonomy term is displayed in a [taxonomy list template](#taxonomy-list-template) +* Order the way the terms for a taxonomy are displayed in a [taxonomy terms template](#taxonomy-terms-template) * List a single content's taxonomy terms within a [single page template][] ## Taxonomy List Templates