summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/lists.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-05-25 15:05:23 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-05-25 15:05:23 +0200
commit7b9dbef41acfc619754d5a2a342a00e37f6f96e0 (patch)
tree6106d8da7f4686a4969c16aca67f74fba844df71 /docs/content/en/templates/lists.md
parent0bf0e1972df01cb3c5cff21b1accbbff55a6a475 (diff)
parentd2b1030060d3c91d5f9ffa3456418da16bd74f1d (diff)
Diffstat (limited to 'docs/content/en/templates/lists.md')
-rw-r--r--docs/content/en/templates/lists.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/content/en/templates/lists.md b/docs/content/en/templates/lists.md
index a7462317f..d2621a929 100644
--- a/docs/content/en/templates/lists.md
+++ b/docs/content/en/templates/lists.md
@@ -183,7 +183,7 @@ This list template has been modified slightly from a template originally used in
### Taxonomy Template
-{{< code file="layouts/_default/taxonomies.html" download="taxonomies.html" >}}
+{{< code file="layouts/_default/taxonomy.html" download="taxonomy.html" >}}
{{ define "main" }}
<main>
<div>
@@ -216,6 +216,8 @@ Hugo lists render the content based on metadata you provide in [front matter][].
### By Weight
+Lower weight gets higher precedence. So content with lower weight will come first.
+
{{< code file="layouts/partials/by-weight.html" >}}
<ul>
{{ range .Data.Pages.ByWeight }}