summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/lists.md
diff options
context:
space:
mode:
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 }}