mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2218 from weili520/sort
fix: Support table item by weight
This commit is contained in:
commit
02cbf72ecd
|
|
@ -90,7 +90,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ range .Page.Sections }}
|
||||
{{ range sort .Page.Sections "Weight" }}
|
||||
<tr>
|
||||
<td>{{ .LinkTitle }}</td>
|
||||
<td>{{ .Params.profit }}</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue