summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/recipes/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/recipes/list.html b/layouts/recipes/list.html
index 0565d93..5da230f 100644
--- a/layouts/recipes/list.html
+++ b/layouts/recipes/list.html
@@ -2,7 +2,7 @@
<h1>{{ .Title }}</h1>
{{ .Content }}
<ul>
- {{- range .Paginator.Pages }}
+ {{- range sort .Paginator.Pages "Title" }}
<li>
<a href="{{ .Permalink }}">{{ .Title }}</a>
<small>