From 2bdc771063b716a93da086aa33f532f79d3a1ed3 Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Wed, 19 Jul 2017 14:13:51 -0400 Subject: [PATCH] Clarify .Data.Pages sorting in lists.md --- content/templates/lists.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/templates/lists.md b/content/templates/lists.md index def088ebe..8c0d353a4 100644 --- a/content/templates/lists.md +++ b/content/templates/lists.md @@ -217,7 +217,7 @@ This list template has been modified slightly from a template originally used in Hugo lists render the content based on metadata you provide in [front matter][]. In addition to sane defaults, Hugo also ships with multiple methods to make quick work of ordering content inside list templates: -### Default List Ordering: Weight > Date +### Default: Weight > Date > LinkTitle > FilePath {{% code file="layouts/partials/default-order.html" %}} ```html @@ -648,4 +648,4 @@ Using `first` and `where` together can be very powerful: [taxvars]: /variables/taxonomy/ [views]: /templates/views/ [wherefunction]: /functions/where/ -[wherekeyword]: https://www.techonthenet.com/sql/where.php \ No newline at end of file +[wherekeyword]: https://www.techonthenet.com/sql/where.php