layouts: sort game compatdb list by title

This commit is contained in:
Zach Bloomquist 2022-05-07 14:00:34 -04:00
parent c728f3c459
commit c1c73c34b8
No known key found for this signature in database
GPG Key ID: 6045CC844F942D74

View File

@ -34,7 +34,7 @@
</tr>
</thead>
<tbody class="is-size-7">
{{ range .Pages }}
{{ range sort .Pages "Params.title" "asc" }}
{{ $rating := index .Site.Data.compatibility .Params.compatibility }}
<tr data-key="{{ .Params.section_id }}">
<td data-title="{{ .Params.title }}">