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 b4a85dc commit 42c3175Copy full SHA for 42c3175
layouts/partials/specs/project_meta.html
@@ -19,7 +19,7 @@
19
<h2>Endorsed SPECs</h1>
20
{{- $specs := where $.Site.Pages "Section" "specs" -}}
21
<ul class="endorsed-specs-list">
22
- {{- range $specs -}}
+ {{- range ($specs.ByParam "number") -}}
23
{{- if not (in (lower .Title) "meta") -}}
24
{{- if in ( index .Params "endorsed-by" ) $root.File.BaseFileName }}
25
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
layouts/partials/specs/spec_list.html
@@ -7,7 +7,7 @@
7
</td>
8
</tr>
9
</thead>
10
- {{- range $.Paginator.Pages.ByTitle }}
+ {{- range ($.Paginator.Pages.ByParam "number") }}
11
{{- if and (hasPrefix .Title "SPEC") (in .Title "—") }}
12
<tr class="spec">
13
<td class="spec__title">
0 commit comments