mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix: Support table item by weight
Signed-off-by: TheYoungManLi <cjl@kubesphere.io>
This commit is contained in:
parent
6868d68e25
commit
d2625e2a54
|
|
@ -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