mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-02 07:08:47 -05:00
27 lines
715 B
Markdown
27 lines
715 B
Markdown
|
---
|
||
|
aliases:
|
||
|
- /indexes/templates/
|
||
|
lastmod: 2014-05-29
|
||
|
date: 2013-07-01
|
||
|
linktitle: Templates
|
||
|
menu:
|
||
|
main:
|
||
|
parent: taxonomy
|
||
|
next: /taxonomies/ordering
|
||
|
prev: /templates/displaying
|
||
|
title: Taxonomy Templates
|
||
|
weight: 30
|
||
|
---
|
||
|
|
||
|
There are two different templates that the use of taxonomies will require you to provide.
|
||
|
|
||
|
Both templates are covered in detail in the templates section.
|
||
|
|
||
|
A [list template](/templates/list/) is any template that will be used to render multiple pieces of
|
||
|
content in a single html page. This template will be used to generate
|
||
|
all the automatically created taxonomy pages.
|
||
|
|
||
|
A [taxonomy terms template](/templates/terms/) is a template used to
|
||
|
generate the list of terms for a given template.
|
||
|
|