diff options
| author | etienne <admin@MacBook-Pro-de-Admin.local> | 2014-10-21 23:35:24 +0200 |
|---|---|---|
| committer | etienne <admin@MacBook-Pro-de-Admin.local> | 2014-10-21 23:35:24 +0200 |
| commit | 667e11c4ec3835d959aab1797647bd0a49869674 (patch) | |
| tree | 84c6c5f20686574009f1dccc0f27a7192ff165e7 /content/taxonomies/templates.md | |
Init commit
Diffstat (limited to 'content/taxonomies/templates.md')
| -rw-r--r-- | content/taxonomies/templates.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/content/taxonomies/templates.md b/content/taxonomies/templates.md new file mode 100644 index 0000000..43e27a6 --- /dev/null +++ b/content/taxonomies/templates.md @@ -0,0 +1,25 @@ +--- +aliases: +- /indexes/templates/ +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. + |
