We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e127d58 commit cdf9c21Copy full SHA for cdf9c21
layouts/index.html
@@ -13,7 +13,7 @@
13
{{- partial "profile.html" }}
14
15
{{- $pages := (where site.RegularPages "Params.cover" "eq" true) }}
16
- {{ $pages = sort $pages "Params.weight" }}
+ {{ $pages = sort $pages "Params.sort" }}
17
{{- $paginator := .Paginate $pages }}
18
19
<section class="article-list">
0 commit comments